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 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

      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

      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

      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.