Delete Custom Vocabulary
lexmodelsv2_delete_custom_vocabulary | 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.
Usage¶
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.
Value¶
A list with the following syntax:
list(
botId = "string",
botVersion = "string",
localeId = "string",
customVocabularyStatus = "Ready"|"Deleting"|"Exporting"|"Importing"|"Creating"
)