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

BatchUpdateCustomVocabularyItemRequest

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

§Properties

§
botId: string
[src]

The identifier of the bot associated with this custom vocabulary

§
botVersion: string
[src]

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

§
customVocabularyItemList: CustomVocabularyItem[]
[src]

A list of custom vocabulary items with updated fields. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight.

§
localeId: string
[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.