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() |
|