GoogleCloudDialogflowCxV3SecuritySettings constructor
GoogleCloudDialogflowCxV3SecuritySettings({
- GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings? audioExportSettings,
- String? deidentifyTemplate,
- String? displayName,
- GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings? insightsExportSettings,
- String? inspectTemplate,
- String? name,
- List<
String> ? purgeDataTypes, - String? redactionScope,
- String? redactionStrategy,
- String? retentionStrategy,
- 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,
});