public static interface UpdateIntentResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateIntentResponse.Builder,UpdateIntentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResponse.Builder |
botId(String botId)
The identifier of the bot that contains the intent.
|
UpdateIntentResponse.Builder |
botVersion(String botVersion)
The version of the bot that contains the intent.
|
UpdateIntentResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of when the intent was created.
|
UpdateIntentResponse.Builder |
description(String description)
The updated description of the intent.
|
default UpdateIntentResponse.Builder |
dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
UpdateIntentResponse.Builder |
dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
default UpdateIntentResponse.Builder |
fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
UpdateIntentResponse.Builder |
fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
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 |
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 |
inputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
default UpdateIntentResponse.Builder |
intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentResponse.Builder |
intentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
default 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 |
intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResponse.Builder |
intentId(String intentId)
The identifier of the intent that was updated.
|
UpdateIntentResponse.Builder |
intentName(String intentName)
The updated name of the intent.
|
default UpdateIntentResponse.Builder |
kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentResponse.Builder |
kendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the last time that the intent was modified.
|
UpdateIntentResponse.Builder |
localeId(String localeId)
The updated language and locale of the intent.
|
UpdateIntentResponse.Builder |
outputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
outputContexts(Consumer<OutputContext.Builder>... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
outputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
parentIntentSignature(String parentIntentSignature)
The updated built-in intent that is the parent of this intent.
|
UpdateIntentResponse.Builder |
sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResponse.Builder |
sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentResponse.Builder |
sampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
|
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 |
slotPriorities(Consumer<SlotPriority.Builder>... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResponse.Builder |
slotPriorities(SlotPriority... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIntentResponse.Builder intentId(String intentId)
The identifier of the intent that was updated.
intentId - The identifier of the intent that was updated.UpdateIntentResponse.Builder intentName(String intentName)
The updated name of the intent.
intentName - The updated name of the intent.UpdateIntentResponse.Builder description(String description)
The updated description of the intent.
description - The updated description of the intent.UpdateIntentResponse.Builder parentIntentSignature(String parentIntentSignature)
The updated built-in intent that is the parent of this intent.
parentIntentSignature - The updated built-in intent that is the parent of this intent.UpdateIntentResponse.Builder sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
sampleUtterances - The updated list of sample utterances for the intent.UpdateIntentResponse.Builder sampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
sampleUtterances - The updated list of sample utterances for the intent.UpdateIntentResponse.Builder sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
The updated list of sample utterances for the intent.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #sampleUtterances(List) .sampleUtterances - a consumer that will call methods on List.Builder #sampleUtterances(List) UpdateIntentResponse.Builder dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
dialogCodeHook - The updated Lambda function called during each turn of the conversation with the user.default UpdateIntentResponse.Builder dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
This is a convenience that creates an instance of theDialogCodeHookSettings.Builder avoiding the
need to create one manually via DialogCodeHookSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dialogCodeHook(DialogCodeHookSettings).dialogCodeHook - a consumer that will call methods on DialogCodeHookSettings.BuilderdialogCodeHook(DialogCodeHookSettings)UpdateIntentResponse.Builder fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
fulfillmentCodeHook - The updated Lambda function called when the intent is ready for fulfillment.default UpdateIntentResponse.Builder fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
This is a convenience that creates an instance of theFulfillmentCodeHookSettings.Builder avoiding
the need to create one manually via FulfillmentCodeHookSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to fulfillmentCodeHook(FulfillmentCodeHookSettings).fulfillmentCodeHook - a consumer that will call methods on FulfillmentCodeHookSettings.BuilderfulfillmentCodeHook(FulfillmentCodeHookSettings)UpdateIntentResponse.Builder slotPriorities(Collection<SlotPriority> slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
slotPriorities - The updated list of slots and their priorities that are elicited from the user for the intent.UpdateIntentResponse.Builder slotPriorities(SlotPriority... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
slotPriorities - The updated list of slots and their priorities that are elicited from the user for the intent.UpdateIntentResponse.Builder slotPriorities(Consumer<SlotPriority.Builder>... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #slotPriorities(List) .slotPriorities - a consumer that will call methods on List.Builder #slotPriorities(List) UpdateIntentResponse.Builder intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
intentConfirmationSetting - The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.default UpdateIntentResponse.Builder intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
This is a convenience that creates an instance of theIntentConfirmationSetting.Builder avoiding the
need to create one manually via IntentConfirmationSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to intentConfirmationSetting(IntentConfirmationSetting).intentConfirmationSetting - a consumer that will call methods on IntentConfirmationSetting.BuilderintentConfirmationSetting(IntentConfirmationSetting)UpdateIntentResponse.Builder intentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
intentClosingSetting - The updated response that Amazon Lex sends the user when the intent is closed.default UpdateIntentResponse.Builder intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
This is a convenience that creates an instance of theIntentClosingSetting.Builder avoiding the need
to create one manually via IntentClosingSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to intentClosingSetting(IntentClosingSetting).intentClosingSetting - a consumer that will call methods on IntentClosingSetting.BuilderintentClosingSetting(IntentClosingSetting)UpdateIntentResponse.Builder inputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
inputContexts - The updated list of contexts that must be active for the intent to be considered by Amazon Lex.UpdateIntentResponse.Builder inputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
inputContexts - The updated list of contexts that must be active for the intent to be considered by Amazon Lex.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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #inputContexts(List) .inputContexts - a consumer that will call methods on List.Builder #inputContexts(List) UpdateIntentResponse.Builder outputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
outputContexts - The updated list of contexts that Amazon Lex activates when the intent is fulfilled.UpdateIntentResponse.Builder outputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
outputContexts - The updated list of contexts that Amazon Lex activates when the intent is fulfilled.UpdateIntentResponse.Builder outputContexts(Consumer<OutputContext.Builder>... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #outputContexts(List) .outputContexts - a consumer that will call methods on List.Builder #outputContexts(List) UpdateIntentResponse.Builder kendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent.
kendraConfiguration - The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent.default UpdateIntentResponse.Builder kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent.
KendraConfiguration.Builder avoiding the need
to create one manually via KendraConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to kendraConfiguration(KendraConfiguration).kendraConfiguration - a consumer that will call methods on KendraConfiguration.BuilderkendraConfiguration(KendraConfiguration)UpdateIntentResponse.Builder botId(String botId)
The identifier of the bot that contains the intent.
botId - The identifier of the bot that contains the intent.UpdateIntentResponse.Builder botVersion(String botVersion)
The version of the bot that contains the intent. Will always be DRAFT.
botVersion - The version of the bot that contains the intent. Will always be DRAFT.UpdateIntentResponse.Builder localeId(String localeId)
The updated language and locale of the intent.
localeId - The updated language and locale of the intent.UpdateIntentResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of when the intent was created.
creationDateTime - A timestamp of when the intent was created.UpdateIntentResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the last time that the intent was modified.
lastUpdatedDateTime - A timestamp of the last time that the intent was modified.Copyright © 2022. All rights reserved.