WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.active(Boolean active) |
Specifies whether the bot will wait for a user to respond.
|
static WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.builder() |
|
default WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.continueResponse(Consumer<ResponseSpecification.Builder> continueResponse) |
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.continueResponse(ResponseSpecification continueResponse) |
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
default WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.stillWaitingResponse(Consumer<StillWaitingResponseSpecification.Builder> stillWaitingResponse) |
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input
from the user.
|
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.stillWaitingResponse(StillWaitingResponseSpecification stillWaitingResponse) |
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input
from the user.
|
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.toBuilder() |
|
default WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.waitingResponse(Consumer<ResponseSpecification.Builder> waitingResponse) |
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.waitingResponse(ResponseSpecification waitingResponse) |
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|