lexmodelsv2_batch_create_custom_vocabulary_item {paws.machine.learning} | R Documentation |
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary
Description
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_batch_create_custom_vocabulary_item/ for full documentation.
Usage
lexmodelsv2_batch_create_custom_vocabulary_item(
botId,
botVersion,
localeId,
customVocabularyItemList
)
Arguments
botId |
[required] The identifier of the bot associated with this custom vocabulary. |
botVersion |
[required] The identifier of the version of the bot associated with this custom vocabulary. |
localeId |
[required] The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages . |
customVocabularyItemList |
[required] A list of new custom vocabulary items. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight. |
[Package paws.machine.learning version 0.9.0 Index]