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

BatchUpdateCustomVocabularyItemResponse

import type { BatchUpdateCustomVocabularyItemResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface BatchUpdateCustomVocabularyItemResponse {
botId?: string | null;
botVersion?: string | null;
errors?: FailedCustomVocabularyItem[] | null;
localeId?: string | null;
resources?: CustomVocabularyItem[] | 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.

§

A list of custom vocabulary items that failed to update during the operation. The reason for the error is contained within each error object.

§
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.

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

A list of custom vocabulary items that were successfully updated during the operation.