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

BatchDeleteCustomVocabularyItemResponse

import type { BatchDeleteCustomVocabularyItemResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface BatchDeleteCustomVocabularyItemResponse {
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 delete 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 (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).

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

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