lexmodelsv2_batch_delete_custom_vocabulary_item: Delete a batch of custom vocabulary items for a given bot...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_batch_delete_custom_vocabulary_itemR Documentation

Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary

Description

Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_batch_delete_custom_vocabulary_item/ for full documentation.

Usage

lexmodelsv2_batch_delete_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 custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.