| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.botId(String botId)
The identifier of the bot that contains the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.botVersion(String botVersion)
The version of the bot that contains the intent.
|
static UpdateIntentResponse.Builder |
UpdateIntentResponse.builder() |
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of when the intent was created.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.description(String description)
The updated description of the intent.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.inputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentId(String intentId)
The identifier of the intent that was updated.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentName(String intentName)
The updated name of the intent.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the last time that the intent was modified.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.localeId(String localeId)
The updated language and locale of the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.parentIntentSignature(String parentIntentSignature)
The updated built-in intent that is the parent of this intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.slotPriorities(Collection<SlotPriority> slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.slotPriorities(Consumer<SlotPriority.Builder>... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.slotPriorities(SlotPriority... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIntentResponse.Builder> |
UpdateIntentResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.