SpeechAdaptation constructor

SpeechAdaptation({
  1. ABNFGrammar? abnfGrammar,
  2. List<CustomClass>? customClasses,
  3. List<String>? phraseSetReferences,
  4. List<PhraseSet>? phraseSets,
})

Implementation

SpeechAdaptation({
  this.abnfGrammar,
  this.customClasses,
  this.phraseSetReferences,
  this.phraseSets,
});