| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static Statement.Builder |
Statement.builder() |
Statement.Builder |
Statement.Builder.messages(Collection<Message> messages)
A collection of message objects.
|
Statement.Builder |
Statement.Builder.messages(Consumer<Message.Builder>... messages)
A collection of message objects.
|
Statement.Builder |
Statement.Builder.messages(Message... messages)
A collection of message objects.
|
Statement.Builder |
Statement.Builder.responseCard(String responseCard)
At runtime, if the client is using the PostText API, Amazon Lex
includes the response card in the response.
|
Statement.Builder |
Statement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Statement.Builder> |
Statement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutBotRequest.Builder |
PutBotRequest.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times.
|
default PutBotResponse.Builder |
PutBotResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
default GetBotResponse.Builder |
GetBotResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex returns when the user elects to end the conversation without completing it.
|
default CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon
Lex conveys this statement to the user. |
default PutIntentRequest.Builder |
PutIntentRequest.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by
the Lambda function.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
After the Lambda function specified in the
fulfillmentActivityintent fulfills the intent, Amazon
Lex conveys this statement to the user. |
default GetIntentResponse.Builder |
GetIntentResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent,
Amazon Lex conveys this statement to the user. |
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement)
If the user answers "no" to the question defined in
confirmationPrompt, Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
default FollowUpPrompt.Builder |
FollowUpPrompt.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement)
If the user answers "no" to the question defined in the
prompt field, Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
default PutIntentRequest.Builder |
PutIntentRequest.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement)
When the user answers "no" to the question defined in
confirmationPrompt, Amazon Lex responds
with this statement to acknowledge that the intent was canceled. |
default PutIntentResponse.Builder |
PutIntentResponse.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement)
If the user answers "no" to the question defined in
confirmationPrompt Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
default GetIntentResponse.Builder |
GetIntentResponse.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement)
If the user answers "no" to the question defined in
confirmationPrompt, Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
Copyright © 2019. All rights reserved.