| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Prompt |
PutBotRequest.clarificationPrompt()
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
Prompt |
GetBotResponse.clarificationPrompt()
The message Amazon Lex uses when it doesn't understand the user's request.
|
Prompt |
CreateBotVersionResponse.clarificationPrompt()
The message that Amazon Lex uses when it doesn't understand the user's request.
|
Prompt |
PutBotResponse.clarificationPrompt()
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
Prompt |
PutIntentRequest.confirmationPrompt()
Prompts the user to confirm the intent.
|
Prompt |
CreateIntentVersionResponse.confirmationPrompt()
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
Prompt |
GetIntentResponse.confirmationPrompt()
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
Prompt |
PutIntentResponse.confirmationPrompt()
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
Prompt |
FollowUpPrompt.prompt()
Prompts for information from the user.
|
Prompt |
Slot.valueElicitationPrompt()
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
| Modifier and Type | Method and Description |
|---|---|
PutBotRequest.Builder |
PutBotRequest.Builder.clarificationPrompt(Prompt clarificationPrompt)
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
GetBotResponse.Builder |
GetBotResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The message Amazon Lex uses when it doesn't understand the user's request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
PutBotResponse.Builder |
PutBotResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
PutIntentRequest.Builder |
PutIntentRequest.Builder.confirmationPrompt(Prompt confirmationPrompt)
Prompts the user to confirm the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.confirmationPrompt(Prompt confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.confirmationPrompt(Prompt confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.confirmationPrompt(Prompt confirmationPrompt)
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
FollowUpPrompt.Builder |
FollowUpPrompt.Builder.prompt(Prompt prompt)
Prompts for information from the user.
|
Slot.Builder |
Slot.Builder.valueElicitationPrompt(Prompt valueElicitationPrompt)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
Copyright © 2021. All rights reserved.