Class BuildBotLocaleResponse

    • Method Detail

      • botId

        public final String botId()

        The identifier of the specified bot.

        Returns:
        The identifier of the specified bot.
      • botVersion

        public final String botVersion()

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

        Returns:
        The version of the bot that was built. This is only the draft version of the bot.
      • localeId

        public final String localeId()

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

        Returns:
        The language and locale specified of where the bot can be used.
      • botLocaleStatus

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, botLocaleStatus will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from botLocaleStatusAsString().

        Returns:
        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.
        See Also:
        BotLocaleStatus
      • botLocaleStatusAsString

        public final String botLocaleStatusAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, botLocaleStatus will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from botLocaleStatusAsString().

        Returns:
        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.
        See Also:
        BotLocaleStatus
      • lastBuildSubmittedDateTime

        public final Instant lastBuildSubmittedDateTime()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object