AWS::Lex::Bot ResponseSpecification - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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