Class DeleteSlotTypeRequest

    • Method Detail

      • slotTypeId

        public final String slotTypeId()

        The identifier of the slot type to delete.

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

        public final String botId()

        The identifier of the bot associated with the slot type.

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

        public final String botVersion()

        The version of the bot associated with the slot type.

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

        public final String localeId()

        The identifier of the language and locale that the slot type 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 type will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.
      • skipResourceInUseCheck

        public final Boolean skipResourceInUseCheck()

        By default, the DeleteSlotType operations throws a ResourceInUseException exception if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck parameter to true to skip this check and remove the slot type even if a slot uses it.

        Returns:
        By default, the DeleteSlotType operations throws a ResourceInUseException exception if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck parameter to true to skip this check and remove the slot type even if a slot uses it.
      • 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