| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static FollowUpPrompt.Builder |
FollowUpPrompt.builder() |
default FollowUpPrompt.Builder |
FollowUpPrompt.Builder.prompt(Consumer<Prompt.Builder> prompt)
Prompts for information from the user.
|
FollowUpPrompt.Builder |
FollowUpPrompt.Builder.prompt(Prompt prompt)
Prompts for information from the user.
|
default FollowUpPrompt.Builder |
FollowUpPrompt.Builder.rejectionStatement(Consumer<Statement.Builder> 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. |
FollowUpPrompt.Builder |
FollowUpPrompt.Builder.rejectionStatement(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. |
FollowUpPrompt.Builder |
FollowUpPrompt.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FollowUpPrompt.Builder> |
FollowUpPrompt.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
default PutIntentRequest.Builder |
PutIntentRequest.Builder.followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
Copyright © 2023. All rights reserved.