public static interface StopBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<StopBotRecommendationRequest.Builder,StopBotRecommendationRequest>
| Modifier and Type | Method and Description |
|---|---|
StopBotRecommendationRequest.Builder |
botId(String botId)
The unique identifier of the bot containing the bot recommendation to be stopped.
|
StopBotRecommendationRequest.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be stopped.
|
StopBotRecommendationRequest.Builder |
botVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
StopBotRecommendationRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to stop.
|
StopBotRecommendationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopBotRecommendationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation to be stopped.
botId - The unique identifier of the bot containing the bot recommendation to be stopped.StopBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation.
botVersion - The version of the bot containing the bot recommendation.StopBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to stop. 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 stop. The string must match one
of the supported locales. For more information, see Supported languagesStopBotRecommendationRequest.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be stopped.
botRecommendationId - The unique identifier of the bot recommendation to be stopped.StopBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.