AWS::Lex::Bot WaitAndContinueSpecification - 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 WaitAndContinueSpecification

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

Syntax

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

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