Class DeleteSlotRequest

    • Method Detail

      • slotId

        public final String slotId()

        The identifier of the slot to delete.

        Returns:
        The identifier of the slot to delete.
      • botId

        public final String botId()

        The identifier of the bot associated with the slot to delete.

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

        public final String botVersion()

        The version of the bot associated with the slot to delete.

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

        public final String localeId()

        The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.

        Returns:
        The identifier of the language and locale that the slot will be deleted from. 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 associated with the slot.

        Returns:
        The identifier of the intent associated with 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