| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.builder() |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.checksum(String checksum)
Checksum of the intent version created.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon
Lex conveys this statement to the user. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon
Lex conveys this statement to the user. |
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.confirmationPrompt(Prompt confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.createdDate(Instant createdDate)
The date that the intent was created.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.description(String description)
A description of the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.dialogCodeHook(Consumer<CodeHook.Builder> dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
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.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.followUpPrompt(FollowUpPrompt followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.fulfillmentActivity(Consumer<FulfillmentActivity.Builder> fulfillmentActivity)
Describes how the intent is fulfilled.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.fulfillmentActivity(FulfillmentActivity fulfillmentActivity)
Describes how the intent is fulfilled.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.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. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.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. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.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 CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the intent was updated.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.name(String name)
The name of the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.parentIntentSignature(String parentIntentSignature)
A unique identifier for a built-in intent.
|
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.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. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.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. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.sampleUtterances(Collection<String> sampleUtterances)
An array of sample utterances configured for the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.sampleUtterances(String... sampleUtterances)
An array of sample utterances configured for the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.slots(Collection<Slot> slots)
An array of slot types that defines the information required to fulfill the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.slots(Consumer<Slot.Builder>... slots)
An array of slot types that defines the information required to fulfill the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.slots(Slot... slots)
An array of slot types that defines the information required to fulfill the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.toBuilder() |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.version(String version)
The version number assigned to the new version of the intent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIntentVersionResponse.Builder> |
CreateIntentVersionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.