| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
FollowUpPrompt |
FollowUpPrompt.clone() |
FollowUpPrompt |
PutIntentResult.getFollowUpPrompt()
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
FollowUpPrompt |
PutIntentRequest.getFollowUpPrompt()
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
FollowUpPrompt |
GetIntentResult.getFollowUpPrompt()
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
FollowUpPrompt |
CreateIntentVersionResult.getFollowUpPrompt()
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
FollowUpPrompt |
FollowUpPrompt.withPrompt(Prompt prompt)
Prompts for information from the user.
|
FollowUpPrompt |
FollowUpPrompt.withRejectionStatement(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. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutIntentResult.setFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
void |
PutIntentRequest.setFollowUpPrompt(FollowUpPrompt followUpPrompt)
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
void |
GetIntentResult.setFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
void |
CreateIntentVersionResult.setFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
PutIntentResult |
PutIntentResult.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
PutIntentRequest |
PutIntentRequest.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
GetIntentResult |
GetIntentResult.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
Copyright © 2023. All rights reserved.