GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings constructor

GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings({
  1. String? audioExportPattern,
  2. String? audioFormat,
  3. bool? enableAudioRedaction,
  4. String? gcsBucket,
  5. bool? storeTtsAudio,
})

Implementation

GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings({
  this.audioExportPattern,
  this.audioFormat,
  this.enableAudioRedaction,
  this.gcsBucket,
  this.storeTtsAudio,
});