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

ConversationLogSettings

import type { ConversationLogSettings } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Configures conversation logging that saves audio, text, and metadata for the conversations with your users.

interface ConversationLogSettings {
audioLogSettings?: AudioLogSetting[] | null;
textLogSettings?: TextLogSetting[] | null;
}

§Properties

§
audioLogSettings?: AudioLogSetting[] | null
[src]

The Amazon S3 settings for logging audio to an S3 bucket.

§
textLogSettings?: TextLogSetting[] | null
[src]

The Amazon CloudWatch Logs settings for logging text and metadata.