| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIntentResult> |
AbstractAmazonLexModelsV2Async.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> |
AmazonLexModelsV2AsyncClient.updateIntentAsync(UpdateIntentRequest request,
AsyncHandler<UpdateIntentRequest,UpdateIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentRequest |
UpdateIntentRequest.clone() |
UpdateIntentRequest |
UpdateIntentRequest.withBotId(String botId)
The identifier of the bot that contains the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withDescription(String description)
The new description of the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The new Lambda function to use between each turn of the conversation with the bot.
|
UpdateIntentRequest |
UpdateIntentRequest.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for
fulfillment.
|
UpdateIntentRequest |
UpdateIntentRequest.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
|
UpdateIntentRequest |
UpdateIntentRequest.withInputContexts(Collection<InputContext> inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withInputContexts(InputContext... inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The new response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentId(String intentId)
The unique identifier of the intent to update.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentName(String intentName)
The new name for the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
New configuration settings for connecting to an Amazon Kendra index.
|
UpdateIntentRequest |
UpdateIntentRequest.withLocaleId(String localeId)
The identifier of the language and locale where this intent is used.
|
UpdateIntentRequest |
UpdateIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentRequest |
UpdateIntentRequest.withOutputContexts(OutputContext... outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentRequest |
UpdateIntentRequest.withParentIntentSignature(String parentIntentSignature)
The signature of the new built-in intent to use as the parent of this intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
New utterances used to invoke the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSampleUtterances(SampleUtterance... sampleUtterances)
New utterances used to invoke the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSlotPriorities(Collection<SlotPriority> slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSlotPriorities(SlotPriority... slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
Copyright © 2023. All rights reserved.