| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutIntentResult |
AbstractAmazonLexModelBuilding.putIntent(PutIntentRequest request) |
PutIntentResult |
AmazonLexModelBuilding.putIntent(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
PutIntentResult |
AmazonLexModelBuildingClient.putIntent(PutIntentRequest request)
Creates an intent or replaces an existing intent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.putIntentAsync(PutIntentRequest request) |
Future<PutIntentResult> |
AmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
Future<PutIntentResult> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request) |
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntentResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.putIntentAsync(PutIntentRequest request,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutIntentResult |
PutIntentResult.clone() |
PutIntentResult |
PutIntentResult.withChecksum(String checksum)
Checksum of the
$LATESTversion of the intent created or updated. |
PutIntentResult |
PutIntentResult.withConclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the
fulfillmentActivityintent fulfills the intent, Amazon Lex
conveys this statement to the user. |
PutIntentResult |
PutIntentResult.withConfirmationPrompt(Prompt confirmationPrompt)
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
PutIntentResult |
PutIntentResult.withCreatedDate(Date createdDate)
The date that the intent was created.
|
PutIntentResult |
PutIntentResult.withCreateVersion(Boolean createVersion)
True if a new version of the intent was created. |
PutIntentResult |
PutIntentResult.withDescription(String description)
A description of the intent.
|
PutIntentResult |
PutIntentResult.withDialogCodeHook(CodeHook dialogCodeHook)
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
PutIntentResult |
PutIntentResult.withFollowUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
PutIntentResult |
PutIntentResult.withFulfillmentActivity(FulfillmentActivity fulfillmentActivity)
If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user provides
all of the information required by the intent.
|
PutIntentResult |
PutIntentResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the intent was updated.
|
PutIntentResult |
PutIntentResult.withName(String name)
The name of the intent.
|
PutIntentResult |
PutIntentResult.withParentIntentSignature(String parentIntentSignature)
A unique identifier for the built-in intent that this intent is based on.
|
PutIntentResult |
PutIntentResult.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. |
PutIntentResult |
PutIntentResult.withSampleUtterances(Collection<String> sampleUtterances)
An array of sample utterances that are configured for the intent.
|
PutIntentResult |
PutIntentResult.withSampleUtterances(String... sampleUtterances)
An array of sample utterances that are configured for the intent.
|
PutIntentResult |
PutIntentResult.withSlots(Collection<Slot> slots)
An array of intent slots that are configured for the intent.
|
PutIntentResult |
PutIntentResult.withSlots(Slot... slots)
An array of intent slots that are configured for the intent.
|
PutIntentResult |
PutIntentResult.withVersion(String version)
The version of the intent.
|
Copyright © 2020. All rights reserved.