GoogleCloudDialogflowCxV3SecuritySettings constructor

GoogleCloudDialogflowCxV3SecuritySettings({
  1. GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings? audioExportSettings,
  2. String? deidentifyTemplate,
  3. String? displayName,
  4. GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings? insightsExportSettings,
  5. String? inspectTemplate,
  6. String? name,
  7. List<String>? purgeDataTypes,
  8. String? redactionScope,
  9. String? redactionStrategy,
  10. String? retentionStrategy,
  11. int? retentionWindowDays,
})

Implementation

GoogleCloudDialogflowCxV3SecuritySettings({
  this.audioExportSettings,
  this.deidentifyTemplate,
  this.displayName,
  this.insightsExportSettings,
  this.inspectTemplate,
  this.name,
  this.purgeDataTypes,
  this.redactionScope,
  this.redactionStrategy,
  this.retentionStrategy,
  this.retentionWindowDays,
});