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

ConversationLoggingSettings

import type { ConversationLoggingSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Settings to describe the conversation logging behaviors for the app.

interface ConversationLoggingSettings {
disableConversationLogging?: boolean;
}

§Properties

§
disableConversationLogging?: boolean
[src]

Optional. Whether to disable conversation logging for the sessions.