public static interface StopBotRecommendationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StopBotRecommendationResponse.Builder,StopBotRecommendationResponse>
| Modifier and Type | Method and Description |
|---|---|
StopBotRecommendationResponse.Builder |
botId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
|
StopBotRecommendationResponse.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
|
StopBotRecommendationResponse.Builder |
botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResponse.Builder |
botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResponse.Builder |
botVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
|
StopBotRecommendationResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot response to stop.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopBotRecommendationResponse.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
botId - The unique identifier of the bot containing the bot recommendation that is being stopped.StopBotRecommendationResponse.Builder botVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
botVersion - The version of the bot containing the recommendation that is being stopped.StopBotRecommendationResponse.Builder localeId(String localeId)
The identifier of the language and locale of the bot response 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 response to stop. The string must match one of
the supported locales. For more information, see Supported languagesStopBotRecommendationResponse.Builder botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus - The status of the bot recommendation. If the status is Failed, then the reasons for the failure are
listed in the failureReasons field.BotRecommendationStatus,
BotRecommendationStatusStopBotRecommendationResponse.Builder botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus - The status of the bot recommendation. If the status is Failed, then the reasons for the failure are
listed in the failureReasons field.BotRecommendationStatus,
BotRecommendationStatusStopBotRecommendationResponse.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
botRecommendationId - The unique identifier of the bot recommendation that is being stopped.Copyright © 2023. All rights reserved.