Interface StopBotRecommendationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StopBotRecommendationResponse.Builder,
,StopBotRecommendationResponse> LexModelsV2Response.Builder
,SdkBuilder<StopBotRecommendationResponse.Builder,
,StopBotRecommendationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopBotRecommendationResponse
public static interface StopBotRecommendationResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StopBotRecommendationResponse.Builder,StopBotRecommendationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot containing the bot recommendation that is being stopped.botRecommendationId
(String botRecommendationId) The unique identifier of the bot recommendation that is being stopped.botRecommendationStatus
(String botRecommendationStatus) The status of the bot recommendation.botRecommendationStatus
(BotRecommendationStatus botRecommendationStatus) The status of the bot recommendation.botVersion
(String botVersion) The version of the bot containing the recommendation that is being stopped.The identifier of the language and locale of the bot response to stop.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The unique identifier of the bot containing the bot recommendation that is being stopped.
- Parameters:
botId
- The unique identifier of the bot containing the bot recommendation that is being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot containing the recommendation that is being stopped.
- Parameters:
botVersion
- The version of the bot containing the recommendation that is being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationStatus
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Parameters:
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botRecommendationStatus
StopBotRecommendationResponse.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.
- Parameters:
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botRecommendationId
The unique identifier of the bot recommendation that is being stopped.
- Parameters:
botRecommendationId
- The unique identifier of the bot recommendation that is being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-