lexmodelsv2_delete_slot {paws.machine.learning} | R Documentation |
Deletes the specified slot from an intent
Description
Deletes the specified slot from an intent.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_slot/ for full documentation.
Usage
lexmodelsv2_delete_slot(slotId, botId, botVersion, localeId, intentId)
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. |
[Package paws.machine.learning version 0.9.0 Index]