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