GoogleCloudDialogflowV2TextToSpeechSettings constructor

GoogleCloudDialogflowV2TextToSpeechSettings({
  1. bool? enableTextToSpeech,
  2. String? outputAudioEncoding,
  3. int? sampleRateHertz,
  4. Map<String, GoogleCloudDialogflowV2SynthesizeSpeechConfig>? synthesizeSpeechConfigs,
})

Implementation

GoogleCloudDialogflowV2TextToSpeechSettings({
  this.enableTextToSpeech,
  this.outputAudioEncoding,
  this.sampleRateHertz,
  this.synthesizeSpeechConfigs,
});