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