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

MessageGroup

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

Provides one or more messages that Amazon Lex should send to the user.

interface MessageGroup {
message: Message;
variations?: Message[] | null;
}

§Properties

§
message: Message
[src]

The primary message that Amazon Lex should send to the user.

§
variations?: Message[] | null
[src]

Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.