| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Prompt |
Prompt.clone() |
Prompt |
PutBotResult.getClarificationPrompt()
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
Prompt |
GetBotResult.getClarificationPrompt()
The message Amazon Lex uses when it doesn't understand the user's request.
|
Prompt |
CreateBotVersionResult.getClarificationPrompt()
The message that Amazon Lex uses when it doesn't understand the user's request.
|
Prompt |
PutBotRequest.getClarificationPrompt()
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
Prompt |
PutIntentResult.getConfirmationPrompt()
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
Prompt |
PutIntentRequest.getConfirmationPrompt()
Prompts the user to confirm the intent.
|
Prompt |
GetIntentResult.getConfirmationPrompt()
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
Prompt |
CreateIntentVersionResult.getConfirmationPrompt()
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
Prompt |
FollowUpPrompt.getPrompt()
Prompts for information from the user.
|
Prompt |
Slot.getValueElicitationPrompt()
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
Prompt |
Prompt.withMaxAttempts(Integer maxAttempts)
The number of times to prompt the user for information.
|
Prompt |
Prompt.withMessages(Collection<Message> messages)
An array of objects, each of which provides a message string and its type.
|
Prompt |
Prompt.withMessages(Message... messages)
An array of objects, each of which provides a message string and its type.
|
Prompt |
Prompt.withResponseCard(String responseCard)
A response card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutBotResult.setClarificationPrompt(Prompt clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
void |
GetBotResult.setClarificationPrompt(Prompt clarificationPrompt)
The message Amazon Lex uses when it doesn't understand the user's request.
|
void |
CreateBotVersionResult.setClarificationPrompt(Prompt clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
void |
PutBotRequest.setClarificationPrompt(Prompt clarificationPrompt)
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
void |
PutIntentResult.setConfirmationPrompt(Prompt confirmationPrompt)
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
void |
PutIntentRequest.setConfirmationPrompt(Prompt confirmationPrompt)
Prompts the user to confirm the intent.
|
void |
GetIntentResult.setConfirmationPrompt(Prompt confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
void |
CreateIntentVersionResult.setConfirmationPrompt(Prompt confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
void |
FollowUpPrompt.setPrompt(Prompt prompt)
Prompts for information from the user.
|
void |
Slot.setValueElicitationPrompt(Prompt valueElicitationPrompt)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
PutBotResult |
PutBotResult.withClarificationPrompt(Prompt clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
GetBotResult |
GetBotResult.withClarificationPrompt(Prompt clarificationPrompt)
The message Amazon Lex uses when it doesn't understand the user's request.
|
CreateBotVersionResult |
CreateBotVersionResult.withClarificationPrompt(Prompt clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
PutBotRequest |
PutBotRequest.withClarificationPrompt(Prompt clarificationPrompt)
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
PutIntentResult |
PutIntentResult.withConfirmationPrompt(Prompt confirmationPrompt)
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
PutIntentRequest |
PutIntentRequest.withConfirmationPrompt(Prompt confirmationPrompt)
Prompts the user to confirm the intent.
|
GetIntentResult |
GetIntentResult.withConfirmationPrompt(Prompt confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withConfirmationPrompt(Prompt confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
FollowUpPrompt |
FollowUpPrompt.withPrompt(Prompt prompt)
Prompts for information from the user.
|
Slot |
Slot.withValueElicitationPrompt(Prompt valueElicitationPrompt)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
Copyright © 2023. All rights reserved.