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