| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Statement |
PutBotRequest.abortStatement()
When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times.
|
Statement |
PutBotResponse.abortStatement()
The message that Amazon Lex uses to abort a conversation.
|
Statement |
GetBotResponse.abortStatement()
The message that Amazon Lex returns when the user elects to end the conversation without completing it.
|
Statement |
CreateBotVersionResponse.abortStatement()
The message that Amazon Lex uses to abort a conversation.
|
Statement |
CreateIntentVersionResponse.conclusionStatement()
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon Lex
conveys this statement to the user. |
Statement |
PutIntentRequest.conclusionStatement()
The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the
Lambda function.
|
Statement |
PutIntentResponse.conclusionStatement()
After the Lambda function specified in the
fulfillmentActivityintent fulfills the intent, Amazon Lex
conveys this statement to the user. |
Statement |
GetIntentResponse.conclusionStatement()
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent, Amazon
Lex conveys this statement to the user. |
Statement |
CreateIntentVersionResponse.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. |
Statement |
FollowUpPrompt.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. |
Statement |
PutIntentRequest.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. |
Statement |
PutIntentResponse.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. |
Statement |
GetIntentResponse.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. |
| Modifier and Type | Method and Description |
|---|---|
PutBotRequest.Builder |
PutBotRequest.Builder.abortStatement(Statement abortStatement)
When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times.
|
PutBotResponse.Builder |
PutBotResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
GetBotResponse.Builder |
GetBotResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex returns when the user elects to end the conversation without completing it.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon
Lex conveys this statement to the user. |
PutIntentRequest.Builder |
PutIntentRequest.Builder.conclusionStatement(Statement conclusionStatement)
The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by
the Lambda function.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivityintent fulfills the intent, Amazon
Lex conveys this statement to the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent,
Amazon Lex conveys this statement to the user. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.rejectionStatement(Statement 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. |
FollowUpPrompt.Builder |
FollowUpPrompt.Builder.rejectionStatement(Statement 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. |
PutIntentRequest.Builder |
PutIntentRequest.Builder.rejectionStatement(Statement 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. |
PutIntentResponse.Builder |
PutIntentResponse.Builder.rejectionStatement(Statement 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. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.rejectionStatement(Statement 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.