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

ResponseSpecification

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

Specifies a list of message groups that Amazon Lex uses to respond the user input.

interface ResponseSpecification {
allowInterrupt?: boolean | null;
messageGroups: MessageGroup[];
}

§Properties

§
allowInterrupt?: boolean | null
[src]

Indicates whether the user can interrupt a speech response from Amazon Lex.

§
messageGroups: MessageGroup[]
[src]

A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.