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

Statement

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

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

interface Statement {
messages: Message[];
responseCard?: string | null;
}

§Properties

§
messages: Message[]
[src]

A collection of message objects.

§
responseCard?: string | null
[src]

At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.