BotWaitAndContinueSpecification

data class BotWaitAndContinueSpecification(val continueResponse: BotResponseSpecification, val isActive: Boolean? = null, val stillWaitingResponse: BotStillWaitingResponseSpecification? = null, val waitingResponse: BotResponseSpecification)

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

Constructors

Link copied to clipboard
constructor(continueResponse: BotResponseSpecification, isActive: Boolean? = null, stillWaitingResponse: BotStillWaitingResponseSpecification? = null, waitingResponse: BotResponseSpecification)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.

Link copied to clipboard
val isActive: Boolean? = null

Specifies whether the bot will wait for a user to respond.

Link copied to clipboard

The response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.

Link copied to clipboard

The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.