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;
}