AWS::Lex::Bot ResponseSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Lex::Bot ResponseSpecification

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AllowInterrupt" : Boolean, "MessageGroupsList" : [ MessageGroup, ... ] }

Properties

AllowInterrupt

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

Required: No

Type: Boolean

Update requires: No interruption

MessageGroupsList

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

Required: Yes

Type: Array of MessageGroup

Minimum: 1

Maximum: 5

Update requires: No interruption