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

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings

import type { GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Define behaviors on logging.

interface GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings {
enableConsentBasedRedaction?: boolean;
enableInteractionLogging?: boolean;
enableStackdriverLogging?: boolean;
}

§Properties

§
enableConsentBasedRedaction?: boolean
[src]

Enables consent-based end-user input redaction, if true, a pre-defined session parameter $session.params.conversation-redaction will be used to determine if the utterance should be redacted.

§
enableInteractionLogging?: boolean
[src]

Enables DF Interaction logging.

§
enableStackdriverLogging?: boolean
[src]

Enables Google Cloud Logging.