UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.botId(String botId) |
The identifier of the bot that contains the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the intent.
|
static UpdateIntentRequest.Builder |
UpdateIntentRequest.builder() |
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.description(String description) |
The new description of the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook) |
The new Lambda function to use between each turn of the conversation with the bot.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook) |
The new Lambda function to use between each turn of the conversation with the bot.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook) |
The new Lambda function to call when all of the intents required slots are provided and the intent is ready
for fulfillment.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook) |
The new Lambda function to call when all of the intents required slots are provided and the intent is ready
for fulfillment.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting) |
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting) |
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.inputContexts(Collection<InputContext> inputContexts) |
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts) |
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.inputContexts(InputContext... inputContexts) |
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting) |
The new response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting) |
The new response that Amazon Lex sends the user when the intent is closed.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting) |
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting) |
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentId(String intentId) |
The unique identifier of the intent to update.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentName(String intentName) |
The new name for the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration) |
New configuration settings for connecting to an Amazon Kendra index.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration) |
New configuration settings for connecting to an Amazon Kendra index.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.localeId(String localeId) |
The identifier of the language and locale where this intent is used.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.outputContexts(Collection<OutputContext> outputContexts) |
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts) |
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.outputContexts(OutputContext... outputContexts) |
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.parentIntentSignature(String parentIntentSignature) |
The signature of the new built-in intent to use as the parent of this intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances) |
New utterances used to invoke the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances) |
New utterances used to invoke the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.sampleUtterances(SampleUtterance... sampleUtterances) |
New utterances used to invoke the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.slotPriorities(Collection<SlotPriority> slotPriorities) |
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.slotPriorities(Consumer<SlotPriority.Builder>... slotPriorities) |
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.slotPriorities(SlotPriority... slotPriorities) |
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.toBuilder() |
|