| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WaitAndContinueSpecification.Builder> |
WaitAndContinueSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.waitAndContinueSpecification(Consumer<WaitAndContinueSpecification.Builder> waitAndContinueSpecification)
Sets the value of the WaitAndContinueSpecification property for this object.
|
Copyright © 2021. All rights reserved.