AWS::Lex::Bot WaitAndContinueSpecification - AWS CloudFormation

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