| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.clone() |
StillWaitingResponseSpecification |
WaitAndContinueSpecification.getStillWaitingResponse()
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input
from the user.
|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.withAllowInterrupt(Boolean allowInterrupt)
Indicates that the user can interrupt the response by speaking while the message is being played.
|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.withFrequencyInSeconds(Integer frequencyInSeconds)
How often a message should be sent to the user.
|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.withMessageGroups(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 |
StillWaitingResponseSpecification.withMessageGroups(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 |
StillWaitingResponseSpecification.withTimeoutInSeconds(Integer timeoutInSeconds)
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaitAndContinueSpecification.setStillWaitingResponse(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 |
WaitAndContinueSpecification.withStillWaitingResponse(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.
|
Copyright © 2025. All rights reserved.