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

TextLogSetting

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

Defines settings to enable text conversation logs.

interface TextLogSetting {
destination: TextLogDestination;
enabled: boolean;
}

§Properties

§
enabled: boolean
[src]

Determines whether conversation logs should be stored for an alias.