GoogleCloudDialogflowV2SynthesizeSpeechConfig constructor

GoogleCloudDialogflowV2SynthesizeSpeechConfig({
  1. List<String>? effectsProfileId,
  2. double? pitch,
  3. List<GoogleCloudDialogflowV2CustomPronunciationParams>? pronunciations,
  4. double? speakingRate,
  5. GoogleCloudDialogflowV2VoiceSelectionParams? voice,
  6. double? volumeGainDb,
})

Implementation

GoogleCloudDialogflowV2SynthesizeSpeechConfig({
  this.effectsProfileId,
  this.pitch,
  this.pronunciations,
  this.speakingRate,
  this.voice,
  this.volumeGainDb,
});