| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseSpecification.Builder |
ResponseSpecification.Builder.allowInterrupt(Boolean allowInterrupt)
Indicates whether the user can interrupt a speech response from Amazon Lex.
|
static ResponseSpecification.Builder |
ResponseSpecification.builder() |
ResponseSpecification.Builder |
ResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
ResponseSpecification.Builder |
ResponseSpecification.Builder.messageGroups(Consumer<MessageGroup.Builder>... messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
ResponseSpecification.Builder |
ResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
ResponseSpecification.Builder |
ResponseSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseSpecification.Builder> |
ResponseSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(Consumer<ResponseSpecification.Builder> closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
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.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationResponse(Consumer<ResponseSpecification.Builder> declinationResponse)
When the user answers "no" to the question defined in
promptSpecification, Amazon Lex responds
with this response to acknowledge that the intent was canceled. |
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.
|
Copyright © 2021. All rights reserved.