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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopBotRecommendationResponse.BuilderbotId(String botId)The unique identifier of the bot containing the bot recommendation that is being stopped.StopBotRecommendationResponse.BuilderbotRecommendationId(String botRecommendationId)The unique identifier of the bot recommendation that is being stopped.StopBotRecommendationResponse.BuilderbotRecommendationStatus(String botRecommendationStatus)The status of the bot recommendation.StopBotRecommendationResponse.BuilderbotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)The status of the bot recommendation.StopBotRecommendationResponse.BuilderbotVersion(String botVersion)The version of the bot containing the recommendation that is being stopped.StopBotRecommendationResponse.BuilderlocaleId(String localeId)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 Detail
-
botId
StopBotRecommendationResponse.Builder botId(String 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
StopBotRecommendationResponse.Builder botVersion(String 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
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
- 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
StopBotRecommendationResponse.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.
- 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,BotRecommendationStatus
-
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:
BotRecommendationStatus,BotRecommendationStatus
-
botRecommendationId
StopBotRecommendationResponse.Builder botRecommendationId(String 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.
-
-