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

ConversationLogsResponse

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

Contains information about conversation log settings.

interface ConversationLogsResponse {
iamRoleArn?: string | null;
logSettings?: LogSettingsResponse[] | null;
}

§Properties

§
iamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.

§
logSettings?: LogSettingsResponse[] | null
[src]

The settings for your conversation logs. You can log text, audio, or both.