lexmodelsv2_delete_custom_vocabulary {paws.machine.learning} | R Documentation |
Removes a custom vocabulary from the specified locale in the specified bot
Description
Removes a custom vocabulary from the specified locale in the specified bot.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_custom_vocabulary/ for full documentation.
Usage
lexmodelsv2_delete_custom_vocabulary(botId, botVersion, localeId)
Arguments
botId |
[required] The unique identifier of the bot to remove the custom vocabulary from. |
botVersion |
[required] The version of the bot to remove the custom vocabulary from. |
localeId |
[required] The locale identifier for the locale that contains the custom vocabulary to remove. |
[Package paws.machine.learning version 0.9.0 Index]