View source: R/lexmodelsv2_operations.R
lexmodelsv2_delete_slot | R Documentation |
Deletes the specified slot from an intent.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_slot/ for full documentation.
lexmodelsv2_delete_slot(slotId, botId, botVersion, localeId, intentId)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.