GoogleCloudDialogflowV2OutputAudioConfig constructor

GoogleCloudDialogflowV2OutputAudioConfig({
  1. String? audioEncoding,
  2. int? sampleRateHertz,
  3. GoogleCloudDialogflowV2SynthesizeSpeechConfig? synthesizeSpeechConfig,
})

Implementation

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