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.
lexmodelsv2_batch_create_custom_vocabulary_item(
botId,
botVersion,
localeId,
customVocabularyItemList
)
[required] The identifier of the bot associated with this custom vocabulary.
[required] The identifier of the version of the bot associated with this custom vocabulary.
[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 .
[required] A list of new custom vocabulary items. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight.