Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCustomVocabularyItemsResponse

import type { ListCustomVocabularyItemsResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface ListCustomVocabularyItemsResponse {
botId?: string | null;
botVersion?: string | null;
customVocabularyItems?: CustomVocabularyItem[] | null;
localeId?: string | null;
nextToken?: string | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot associated with this custom vocabulary.

§
botVersion?: string | null
[src]

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

§
customVocabularyItems?: CustomVocabularyItem[] | null
[src]

The custom vocabulary items from the list custom vocabulary response.

§
localeId?: string | null
[src]

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.

§
nextToken?: string | null
[src]

The nextToken identifier to the list custom vocabulary response.