Deletes the specified slot from an intent
Source:R/lexmodelsv2_operations.R
lexmodelsv2_delete_slot.RdDeletes the specified slot from an intent.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_slot/ for full documentation.
Arguments
- slotId
[required] The identifier of the slot to delete.
- botId
[required] The identifier of the bot associated with the slot to delete.
- botVersion
[required] The version of the bot associated with the slot to delete.
- localeId
[required] 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
[required] The identifier of the intent associated with the slot.