Bot Wait And Continue Specification Args
data class BotWaitAndContinueSpecificationArgs(val continueResponse: Output<BotResponseSpecificationArgs>, val isActive: Output<Boolean>? = null, val stillWaitingResponse: Output<BotStillWaitingResponseSpecificationArgs>? = null, val waitingResponse: Output<BotResponseSpecificationArgs>) : ConvertibleToJava<BotWaitAndContinueSpecificationArgs>
The prompts that Amazon Lex uses while a bot is waiting for customer input.
Constructors
Link copied to clipboard
constructor(continueResponse: Output<BotResponseSpecificationArgs>, isActive: Output<Boolean>? = null, stillWaitingResponse: Output<BotStillWaitingResponseSpecificationArgs>? = null, waitingResponse: Output<BotResponseSpecificationArgs>)
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
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.