public static interface CreateIntentResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateIntentResponse.Builder,CreateIntentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIntentResponse.Builder |
botId(String botId)
The identifier of the bot associated with the intent.
|
CreateIntentResponse.Builder |
botVersion(String botVersion)
The identifier of the version of the bot associated with the intent.
|
CreateIntentResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the intent was created.
|
CreateIntentResponse.Builder |
description(String description)
The description specified for the intent.
|
default CreateIntentResponse.Builder |
dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The dialog Lambda function specified for the intent.
|
CreateIntentResponse.Builder |
dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
|
default CreateIntentResponse.Builder |
fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
CreateIntentResponse.Builder |
fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
CreateIntentResponse.Builder |
inputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentResponse.Builder |
inputContexts(Consumer<InputContext.Builder>... inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentResponse.Builder |
inputContexts(InputContext... inputContexts)
The list of input contexts specified for the intent.
|
default CreateIntentResponse.Builder |
intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The closing setting specified for the intent.
|
CreateIntentResponse.Builder |
intentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
|
default CreateIntentResponse.Builder |
intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The confirmation setting specified for the intent.
|
CreateIntentResponse.Builder |
intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
|
CreateIntentResponse.Builder |
intentId(String intentId)
A unique identifier for the intent.
|
CreateIntentResponse.Builder |
intentName(String intentName)
The name specified for the intent.
|
default CreateIntentResponse.Builder |
kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentResponse.Builder |
kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentResponse.Builder |
localeId(String localeId)
The locale that the intent is specified to use.
|
CreateIntentResponse.Builder |
outputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
outputContexts(Consumer<OutputContext.Builder>... outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
outputContexts(OutputContext... outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
parentIntentSignature(String parentIntentSignature)
The signature of the parent intent specified for the intent.
|
CreateIntentResponse.Builder |
sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
|
CreateIntentResponse.Builder |
sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
The sample utterances specified for the intent.
|
CreateIntentResponse.Builder |
sampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances specified for the intent.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIntentResponse.Builder intentId(String intentId)
A unique identifier for the intent.
intentId - A unique identifier for the intent.CreateIntentResponse.Builder intentName(String intentName)
The name specified for the intent.
intentName - The name specified for the intent.CreateIntentResponse.Builder description(String description)
The description specified for the intent.
description - The description specified for the intent.CreateIntentResponse.Builder parentIntentSignature(String parentIntentSignature)
The signature of the parent intent specified for the intent.
parentIntentSignature - The signature of the parent intent specified for the intent.CreateIntentResponse.Builder sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
sampleUtterances - The sample utterances specified for the intent.CreateIntentResponse.Builder sampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances specified for the intent.
sampleUtterances - The sample utterances specified for the intent.CreateIntentResponse.Builder sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
The sample utterances specified for the intent.
This is a convenience method 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) CreateIntentResponse.Builder dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
dialogCodeHook - The dialog Lambda function specified for the intent.default CreateIntentResponse.Builder dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The dialog Lambda function specified for the intent.
This is a convenience method 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)CreateIntentResponse.Builder fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
fulfillmentCodeHook - The fulfillment Lambda function specified for the intent.default CreateIntentResponse.Builder fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
This is a convenience method 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)CreateIntentResponse.Builder intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
intentConfirmationSetting - The confirmation setting specified for the intent.default CreateIntentResponse.Builder intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The confirmation setting specified for the intent.
This is a convenience method 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)CreateIntentResponse.Builder intentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
intentClosingSetting - The closing setting specified for the intent.default CreateIntentResponse.Builder intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The closing setting specified for the intent.
This is a convenience method 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)CreateIntentResponse.Builder inputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
inputContexts - The list of input contexts specified for the intent.CreateIntentResponse.Builder inputContexts(InputContext... inputContexts)
The list of input contexts specified for the intent.
inputContexts - The list of input contexts specified for the intent.CreateIntentResponse.Builder inputContexts(Consumer<InputContext.Builder>... inputContexts)
The list of input contexts specified for the intent.
This is a convenience method 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) CreateIntentResponse.Builder outputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
outputContexts - The list of output contexts specified for the intent.CreateIntentResponse.Builder outputContexts(OutputContext... outputContexts)
The list of output contexts specified for the intent.
outputContexts - The list of output contexts specified for the intent.CreateIntentResponse.Builder outputContexts(Consumer<OutputContext.Builder>... outputContexts)
The list of output contexts specified for the intent.
This is a convenience method 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) CreateIntentResponse.Builder kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
kendraConfiguration - Configuration for searching a Amazon Kendra index specified for the intent.default CreateIntentResponse.Builder kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
This is a convenience method that creates an instance of theKendraConfiguration.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)CreateIntentResponse.Builder botId(String botId)
The identifier of the bot associated with the intent.
botId - The identifier of the bot associated with the intent.CreateIntentResponse.Builder botVersion(String botVersion)
The identifier of the version of the bot associated with the intent.
botVersion - The identifier of the version of the bot associated with the intent.CreateIntentResponse.Builder localeId(String localeId)
The locale that the intent is specified to use.
localeId - The locale that the intent is specified to use.CreateIntentResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the intent was created.
creationDateTime - A timestamp of the date and time that the intent was created.Copyright © 2022. All rights reserved.