View source: R/lexmodelsv2_operations.R
lexmodelsv2_batch_create_custom_vocabulary_item | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.