default CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement) |
The message that Amazon Lex uses to cancel 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 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 cancel 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 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 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 thefulfillmentActivityintent 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 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.
|
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.
|