| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIntentResponse.Builder |
GetIntentResponse.builder() |
GetIntentResponse.Builder |
GetIntentResponse.Builder.checksum(String checksum)
Checksum of the intent.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent,
Amazon Lex conveys this statement to the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent,
Amazon Lex conveys this statement to the user. |
default GetIntentResponse.Builder |
GetIntentResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.confirmationPrompt(Prompt confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.createdDate(Instant createdDate)
The date that the intent was created.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.description(String description)
A description of the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.dialogCodeHook(Consumer<CodeHook.Builder> dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
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.
|
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.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.fulfillmentActivity(Consumer<FulfillmentActivity.Builder> fulfillmentActivity)
Describes how the intent is fulfilled.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.fulfillmentActivity(FulfillmentActivity fulfillmentActivity)
Describes how the intent is fulfilled.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.inputContexts(InputContext... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
default GetIntentResponse.Builder |
GetIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the intent was updated.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.name(String name)
The name of the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.parentIntentSignature(String parentIntentSignature)
A unique identifier for a built-in intent.
|
default GetIntentResponse.Builder |
GetIntentResponse.Builder.rejectionStatement(Consumer<Statement.Builder> 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. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.rejectionStatement(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. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.sampleUtterances(Collection<String> sampleUtterances)
An array of sample utterances configured for the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.sampleUtterances(String... sampleUtterances)
An array of sample utterances configured for the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.slots(Collection<Slot> slots)
An array of intent slots configured for the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.slots(Consumer<Slot.Builder>... slots)
An array of intent slots configured for the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.slots(Slot... slots)
An array of intent slots configured for the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.toBuilder() |
GetIntentResponse.Builder |
GetIntentResponse.Builder.version(String version)
The version of the intent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntentResponse.Builder> |
GetIntentResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.