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

Message

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

The message object that provides the message text and its type.

interface Message {
content: string;
contentType: ContentType;
groupNumber?: number | null;
}

§Properties

§
content: string
[src]

The text of the message.

§
contentType: ContentType
[src]

The content type of the message string.

§
groupNumber?: number | null
[src]

Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.