This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot WaitAndContinueSpecification
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContinueResponse" :ResponseSpecification, "IsActive" :Boolean, "StillWaitingResponse" :StillWaitingResponseSpecification, "WaitingResponse" :ResponseSpecification}
YAML
ContinueResponse:ResponseSpecificationIsActive:BooleanStillWaitingResponse:StillWaitingResponseSpecificationWaitingResponse:ResponseSpecification
Properties
ContinueResponse- 
                    
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
Required: Yes
Type: ResponseSpecification
Update requires: No interruption
 IsActive- 
                    
Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the
IsActivefield isn't specified, the default is true.Required: No
Type: Boolean
Update requires: No interruption
 StillWaitingResponse- 
                    
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
Required: No
Type: StillWaitingResponseSpecification
Update requires: No interruption
 WaitingResponse- 
                    
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
Required: Yes
Type: ResponseSpecification
Update requires: No interruption