lexmodelsv2_list_custom_vocabulary_items: Paginated list of custom vocabulary items for a given bot...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_list_custom_vocabulary_itemsR Documentation

Paginated list of custom vocabulary items for a given bot locale's custom vocabulary

Description

Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.

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

Usage

lexmodelsv2_list_custom_vocabulary_items(
  botId,
  botVersion,
  localeId,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

botId

[required] The identifier of the version of the bot associated with this custom vocabulary.

botVersion

[required] The bot version of the bot to the list custom vocabulary request.

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 (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).

maxResults

The maximum number of items returned by the list operation.

nextToken

The nextToken identifier to the list custom vocabulary request.


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