Class DescribeSlotRequest

    • Method Detail

      • slotId

        public final String slotId()

        The unique identifier for the slot.

        Returns:
        The unique identifier for the slot.
      • botId

        public final String botId()

        The identifier of the bot associated with the slot.

        Returns:
        The identifier of the bot associated with the slot.
      • botVersion

        public final String botVersion()

        The version of the bot associated with the slot.

        Returns:
        The version of the bot associated with the slot.
      • localeId

        public final String localeId()

        The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.

        Returns:
        The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.
      • intentId

        public final String intentId()

        The identifier of the intent that contains the slot.

        Returns:
        The identifier of the intent that contains the slot.
      • 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