| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResult |
AmazonLexModelsV2Client.updateIntent(UpdateIntentRequest request)
Updates the settings for an intent.
|
UpdateIntentResult |
AmazonLexModelsV2.updateIntent(UpdateIntentRequest updateIntentRequest)
Updates the settings for an intent.
|
UpdateIntentResult |
AbstractAmazonLexModelsV2.updateIntent(UpdateIntentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIntentResult> |
AmazonLexModelsV2AsyncClient.updateIntentAsync(UpdateIntentRequest request,
AsyncHandler<UpdateIntentRequest,UpdateIntentResult> asyncHandler) |
Future<UpdateIntentResult> |
AmazonLexModelsV2Async.updateIntentAsync(UpdateIntentRequest updateIntentRequest,
AsyncHandler<UpdateIntentRequest,UpdateIntentResult> asyncHandler)
Updates the settings for an intent.
|
Future<UpdateIntentResult> |
AbstractAmazonLexModelsV2Async.updateIntentAsync(UpdateIntentRequest request,
AsyncHandler<UpdateIntentRequest,UpdateIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResult |
UpdateIntentResult.clone() |
UpdateIntentResult |
UpdateIntentResult.withBotId(String botId)
The identifier of the bot that contains the intent.
|
UpdateIntentResult |
UpdateIntentResult.withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
UpdateIntentResult |
UpdateIntentResult.withCreationDateTime(Date creationDateTime)
A timestamp of when the intent was created.
|
UpdateIntentResult |
UpdateIntentResult.withDescription(String description)
The updated description of the intent.
|
UpdateIntentResult |
UpdateIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
UpdateIntentResult |
UpdateIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
UpdateIntentResult |
UpdateIntentResult.withInputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
UpdateIntentResult |
UpdateIntentResult.withInputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
UpdateIntentResult |
UpdateIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentResult |
UpdateIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResult |
UpdateIntentResult.withIntentId(String intentId)
The identifier of the intent that was updated.
|
UpdateIntentResult |
UpdateIntentResult.withIntentName(String intentName)
The updated name of the intent.
|
UpdateIntentResult |
UpdateIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentResult |
UpdateIntentResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the last time that the intent was modified.
|
UpdateIntentResult |
UpdateIntentResult.withLocaleId(String localeId)
The updated language and locale of the intent.
|
UpdateIntentResult |
UpdateIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResult |
UpdateIntentResult.withOutputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResult |
UpdateIntentResult.withParentIntentSignature(String parentIntentSignature)
The updated built-in intent that is the parent of this intent.
|
UpdateIntentResult |
UpdateIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResult |
UpdateIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResult |
UpdateIntentResult.withSlotPriorities(Collection<SlotPriority> slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResult |
UpdateIntentResult.withSlotPriorities(SlotPriority... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
Copyright © 2022. All rights reserved.