aws.lexv2_models.list_custom_vocabulary_items
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_custom_vocabulary_itemsWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE';Description
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The identifier of the bot associated with this custom vocabulary. | VARCHAR |
| bot_version Required Input Column The identifier of the version of the bot associated with this custom vocabulary. | VARCHAR |
| locale_id Required Input Column 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 . | VARCHAR |
| max_results Input Column The maximum number of items returned by the list operation. | BIGINT |
| next_token Input Column The nextToken identifier to the list custom vocabulary response. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| custom_vocabulary_items The custom vocabulary items from the list custom vocabulary response. | STRUCT( |
Show child fields
| |