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

AudioLogSetting

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

Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.

interface AudioLogSetting {
destination: AudioLogDestination;
enabled: boolean;
}

§Properties

§
enabled: boolean
[src]

Determines whether audio logging in enabled for the bot.