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