default CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt) |
The message that Amazon Lex uses when it doesn't understand the user's request.
|
default GetBotResponse.Builder |
GetBotResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt) |
The message Amazon Lex uses when it doesn't understand the user's request.
|
default PutBotRequest.Builder |
PutBotRequest.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt) |
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
default PutBotResponse.Builder |
PutBotResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt) |
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt) |
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt) |
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
default PutIntentRequest.Builder |
PutIntentRequest.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt) |
Prompts the user to confirm the intent.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt) |
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
default FollowUpPrompt.Builder |
FollowUpPrompt.Builder.prompt(Consumer<Prompt.Builder> prompt) |
Prompts for information from the user.
|
default Slot.Builder |
Slot.Builder.valueElicitationPrompt(Consumer<Prompt.Builder> valueElicitationPrompt) |
The prompt that Amazon Lex uses to elicit the slot value from the user.
|