Interface BuildBotLocaleResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>, LexModelsV2Response.Builder, SdkBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
BuildBotLocaleResponse

public static interface BuildBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>
  • Method Details

    • botId

      The identifier of the specified bot.

      Parameters:
      botId - The identifier of the specified bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      BuildBotLocaleResponse.Builder botVersion(String botVersion)

      The version of the bot that was built. This is only the draft version of the bot.

      Parameters:
      botVersion - The version of the bot that was built. This is only the draft version of the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The language and locale specified of where the bot can be used.

      Parameters:
      localeId - The language and locale specified of where the bot can be used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botLocaleStatus

      BuildBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)

      The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.

      Parameters:
      botLocaleStatus - The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botLocaleStatus

      BuildBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)

      The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.

      Parameters:
      botLocaleStatus - The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastBuildSubmittedDateTime

      BuildBotLocaleResponse.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)

      A timestamp indicating the date and time that the bot was last built for this locale.

      Parameters:
      lastBuildSubmittedDateTime - A timestamp indicating the date and time that the bot was last built for this locale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.