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

GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings

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

Define behaviors on logging.

interface GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings {
enableInteractionLogging?: boolean;
enableStackdriverLogging?: boolean;
}

§Properties

§
enableInteractionLogging?: boolean
[src]

If true, DF Interaction logging is currently enabled.

§
enableStackdriverLogging?: boolean
[src]

If true, StackDriver logging is currently enabled.