WaitAndContinueSpecification
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
Contents
- continueResponse
-
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
Type: ResponseSpecification object
Required: Yes
- waitingResponse
-
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
Type: ResponseSpecification object
Required: Yes
- active
-
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
active
field isn't specified, the default is true.Type: Boolean
Required: No
- stillWaitingResponse
-
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
Type: StillWaitingResponseSpecification object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: