GoogleCloudDialogflowCxV3OutputAudioConfig constructor
GoogleCloudDialogflowCxV3OutputAudioConfig({
- String? audioEncoding,
- int? sampleRateHertz,
- GoogleCloudDialogflowCxV3SynthesizeSpeechConfig? synthesizeSpeechConfig,
Implementation
GoogleCloudDialogflowCxV3OutputAudioConfig({
this.audioEncoding,
this.sampleRateHertz,
this.synthesizeSpeechConfig,
});