| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
FollowUpPrompt |
CreateIntentVersionResponse.followUpPrompt()
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
FollowUpPrompt |
PutIntentRequest.followUpPrompt()
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
FollowUpPrompt |
PutIntentResponse.followUpPrompt()
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
FollowUpPrompt |
GetIntentResponse.followUpPrompt()
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.followUpPrompt(FollowUpPrompt followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
PutIntentRequest.Builder |
PutIntentRequest.Builder.followUpPrompt(FollowUpPrompt followUpPrompt)
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.followUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.followUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
Copyright © 2019. All rights reserved.