GoogleCloudDialogflowCxV3OutputAudioConfig constructor

GoogleCloudDialogflowCxV3OutputAudioConfig({
  1. String? audioEncoding,
  2. int? sampleRateHertz,
  3. GoogleCloudDialogflowCxV3SynthesizeSpeechConfig? synthesizeSpeechConfig,
})

Implementation

GoogleCloudDialogflowCxV3OutputAudioConfig({
  this.audioEncoding,
  this.sampleRateHertz,
  this.synthesizeSpeechConfig,
});