| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutIntentResult |
AmazonLexModelBuildingClient.putIntent(PutIntentRequest request)
Creates an intent or replaces an existing intent.
|
PutIntentResult |
AmazonLexModelBuilding.putIntent(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
PutIntentResult |
AbstractAmazonLexModelBuilding.putIntent(PutIntentRequest request) |
Future<PutIntentResult> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request) |
Future<PutIntentResult> |
AmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.putIntentAsync(PutIntentRequest request) |
Future<PutIntentResult> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
Future<PutIntentResult> |
AmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest putIntentRequest,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler)
Creates an intent or replaces an existing intent.
|
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntentResult> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
Future<PutIntentResult> |
AmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest putIntentRequest,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler)
Creates an intent or replaces an existing intent.
|
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest |
PutIntentRequest.clone() |
PutIntentRequest |
PutIntentRequest.withChecksum(String checksum)
Identifies a specific revision of the
$LATEST version. |
PutIntentRequest |
PutIntentRequest.withConclusionStatement(Statement conclusionStatement)
The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the
Lambda function.
|
PutIntentRequest |
PutIntentRequest.withConfirmationPrompt(Prompt confirmationPrompt)
Prompts the user to confirm the intent.
|
PutIntentRequest |
PutIntentRequest.withCreateVersion(Boolean createVersion)
When set to
true a new numbered version of the intent is created. |
PutIntentRequest |
PutIntentRequest.withDescription(String description)
A description of the intent.
|
PutIntentRequest |
PutIntentRequest.withDialogCodeHook(CodeHook dialogCodeHook)
Specifies a Lambda function to invoke for each user input.
|
PutIntentRequest |
PutIntentRequest.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.
|
PutIntentRequest |
PutIntentRequest.withFulfillmentActivity(FulfillmentActivity fulfillmentActivity)
Required.
|
PutIntentRequest |
PutIntentRequest.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. |
PutIntentRequest |
PutIntentRequest.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. |
PutIntentRequest |
PutIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
PutIntentRequest |
PutIntentRequest.withName(String name)
The name of the intent.
|
PutIntentRequest |
PutIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
PutIntentRequest |
PutIntentRequest.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
PutIntentRequest |
PutIntentRequest.withParentIntentSignature(String parentIntentSignature)
A unique identifier for the built-in intent to base this intent on.
|
PutIntentRequest |
PutIntentRequest.withRejectionStatement(Statement rejectionStatement)
When the user answers "no" to the question defined in
confirmationPrompt, Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
PutIntentRequest |
PutIntentRequest.withSampleUtterances(Collection<String> sampleUtterances)
An array of utterances (strings) that a user might say to signal the intent.
|
PutIntentRequest |
PutIntentRequest.withSampleUtterances(String... sampleUtterances)
An array of utterances (strings) that a user might say to signal the intent.
|
PutIntentRequest |
PutIntentRequest.withSlots(Collection<Slot> slots)
An array of intent slots.
|
PutIntentRequest |
PutIntentRequest.withSlots(Slot... slots)
An array of intent slots.
|
Copyright © 2023. All rights reserved.