View source: R/lexmodelsv2_operations.R
lexmodelsv2_delete_slot_type | R Documentation |
Deletes a slot type from a bot locale.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_slot_type/ for full documentation.
lexmodelsv2_delete_slot_type(
slotTypeId,
botId,
botVersion,
localeId,
skipResourceInUseCheck = NULL
)
slotTypeId |
[required] The identifier of the slot type to delete. |
botId |
[required] The identifier of the bot associated with the slot type. |
botVersion |
[required] The version of the bot associated with the slot type. |
localeId |
[required] 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 |
By default, the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.