| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.allowInterrupt(Boolean allowInterrupt)
Indicates that the user can interrupt the response by speaking while the message is being played.
|
static StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.builder() |
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.frequencyInSeconds(Integer frequencyInSeconds)
How often a message should be sent to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex
sends to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.messageGroups(Consumer<MessageGroup.Builder>... messageGroups)
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex
sends to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex
sends to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.Builder.timeoutInSeconds(Integer timeoutInSeconds)
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StillWaitingResponseSpecification.Builder> |
StillWaitingResponseSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2022. All rights reserved.