GoogleCloudDialogflowV2SynthesizeSpeechConfig constructor

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

Implementation

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