| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIntentVersionResult |
AmazonLexModelBuildingClient.createIntentVersion(CreateIntentVersionRequest request)
Creates a new version of an intent based on the
$LATEST version of the intent. |
CreateIntentVersionResult |
AmazonLexModelBuilding.createIntentVersion(CreateIntentVersionRequest createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
CreateIntentVersionResult |
AbstractAmazonLexModelBuilding.createIntentVersion(CreateIntentVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntentVersionResult> |
AbstractAmazonLexModelBuildingAsync.createIntentVersionAsync(CreateIntentVersionRequest request,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler) |
Future<CreateIntentVersionResult> |
AmazonLexModelBuildingAsync.createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler)
Creates a new version of an intent based on the
$LATEST version of the intent. |
Future<CreateIntentVersionResult> |
AmazonLexModelBuildingAsyncClient.createIntentVersionAsync(CreateIntentVersionRequest request,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIntentVersionResult |
CreateIntentVersionResult.clone() |
CreateIntentVersionResult |
CreateIntentVersionResult.withChecksum(String checksum)
Checksum of the intent version created.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withConclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivity field fulfills the intent, Amazon Lex
conveys this statement to the user. |
CreateIntentVersionResult |
CreateIntentVersionResult.withConfirmationPrompt(Prompt confirmationPrompt)
If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withCreatedDate(Date createdDate)
The date that the intent was created.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withDescription(String description)
A description of the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withDialogCodeHook(CodeHook dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withFulfillmentActivity(FulfillmentActivity fulfillmentActivity)
Describes how the intent is fulfilled.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withInputContexts(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. |
CreateIntentVersionResult |
CreateIntentVersionResult.withInputContexts(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. |
CreateIntentVersionResult |
CreateIntentVersionResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
CreateIntentVersionResult |
CreateIntentVersionResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the intent was updated.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withName(String name)
The name of the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
CreateIntentVersionResult |
CreateIntentVersionResult.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
CreateIntentVersionResult |
CreateIntentVersionResult.withParentIntentSignature(String parentIntentSignature)
A unique identifier for a built-in intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.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. |
CreateIntentVersionResult |
CreateIntentVersionResult.withSampleUtterances(Collection<String> sampleUtterances)
An array of sample utterances configured for the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withSampleUtterances(String... sampleUtterances)
An array of sample utterances configured for the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withSlots(Collection<Slot> slots)
An array of slot types that defines the information required to fulfill the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withSlots(Slot... slots)
An array of slot types that defines the information required to fulfill the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withVersion(String version)
The version number assigned to the new version of the intent.
|
Copyright © 2023. All rights reserved.