Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3SecuritySettings

import type { GoogleCloudDialogflowCxV3SecuritySettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3SecuritySettings {
deidentifyTemplate?: string;
displayName?: string;
inspectTemplate?: string;
name?: string;
purgeDataTypes?: "PURGE_DATA_TYPE_UNSPECIFIED" | "DIALOGFLOW_HISTORY"[];
redactionScope?: "REDACTION_SCOPE_UNSPECIFIED" | "REDACT_DISK_STORAGE";
redactionStrategy?: "REDACTION_STRATEGY_UNSPECIFIED" | "REDACT_WITH_SERVICE";
retentionStrategy?: "RETENTION_STRATEGY_UNSPECIFIED" | "REMOVE_AFTER_CONVERSATION";
retentionWindowDays?: number;
}

§Properties

§
deidentifyTemplate?: string
[src]
§
displayName?: string
[src]
§
inspectTemplate?: string
[src]
§
name?: string
[src]
§
purgeDataTypes?: "PURGE_DATA_TYPE_UNSPECIFIED" | "DIALOGFLOW_HISTORY"[]
[src]
§
redactionScope?: "REDACTION_SCOPE_UNSPECIFIED" | "REDACT_DISK_STORAGE"
[src]
§
redactionStrategy?: "REDACTION_STRATEGY_UNSPECIFIED" | "REDACT_WITH_SERVICE"
[src]
§
retentionStrategy?: "RETENTION_STRATEGY_UNSPECIFIED" | "REMOVE_AFTER_CONVERSATION"
[src]
§
retentionWindowDays?: number
[src]