Class DeleteBotLocaleResponse

    • Method Detail

      • botId

        public final String botId()

        The identifier of the bot that contained the deleted locale.

        Returns:
        The identifier of the bot that contained the deleted locale.
      • botVersion

        public final String botVersion()

        The version of the bot that contained the deleted locale.

        Returns:
        The version of the bot that contained the deleted locale.
      • localeId

        public final String localeId()

        The language and locale of the deleted locale.

        Returns:
        The language and locale of the deleted locale.
      • botLocaleStatus

        public final BotLocaleStatus botLocaleStatus()

        The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

        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 status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
        See Also:
        BotLocaleStatus
      • botLocaleStatusAsString

        public final String botLocaleStatusAsString()

        The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

        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 status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
        See Also:
        BotLocaleStatus
      • 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