Class DeleteBotResponse

    • Method Detail

      • botId

        public final String botId()

        The unique identifier of the bot that Amazon Lex is deleting.

        Returns:
        The unique identifier of the bot that Amazon Lex is deleting.
      • botStatus

        public final BotStatus botStatus()

        The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.

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

        Returns:
        The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
        See Also:
        BotStatus
      • botStatusAsString

        public final String botStatusAsString()

        The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.

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

        Returns:
        The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
        See Also:
        BotStatus
      • 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