public static interface DeleteIntentRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteIntentRequest.Builder,DeleteIntentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIntentRequest.Builder |
botId(String botId)
The identifier of the bot associated with the intent.
|
DeleteIntentRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the intent.
|
DeleteIntentRequest.Builder |
intentId(String intentId)
The unique identifier of the intent to delete.
|
DeleteIntentRequest.Builder |
localeId(String localeId)
The identifier of the language and locale where the bot will be deleted.
|
DeleteIntentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIntentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIntentRequest.Builder intentId(String intentId)
The unique identifier of the intent to delete.
intentId - The unique identifier of the intent to delete.DeleteIntentRequest.Builder botId(String botId)
The identifier of the bot associated with the intent.
botId - The identifier of the bot associated with the intent.DeleteIntentRequest.Builder botVersion(String botVersion)
The version of the bot associated with the intent.
botVersion - The version of the bot associated with the intent.DeleteIntentRequest.Builder localeId(String localeId)
The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale where the bot will be deleted. The string must match one of
the supported locales. For more information, see Supported languages.DeleteIntentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIntentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.