public static interface DescribeBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeBotRecommendationRequest.Builder,DescribeBotRecommendationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotRecommendationRequest.Builder |
botId(String botId)
The unique identifier of the bot associated with the bot recommendation.
|
DescribeBotRecommendationRequest.Builder |
botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation to describe.
|
DescribeBotRecommendationRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the bot recommendation.
|
DescribeBotRecommendationRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to describe.
|
DescribeBotRecommendationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBotRecommendationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot associated with the bot recommendation.
botId - The unique identifier of the bot associated with the bot recommendation.DescribeBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot associated with the bot recommendation.
botVersion - The version of the bot associated with the bot recommendation.DescribeBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation 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 bot recommendation to describe. The string must match
one of the supported locales. For more information, see Supported languages.DescribeBotRecommendationRequest.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation to describe.
botRecommendationId - The identifier of the bot recommendation to describe.DescribeBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.