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

BatchCreateCustomVocabularyItemRequest

import type { BatchCreateCustomVocabularyItemRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface BatchCreateCustomVocabularyItemRequest {
botId: string;
botVersion: string;
customVocabularyItemList: NewCustomVocabularyItem[];
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: NewCustomVocabularyItem[]
[src]

A list of new custom vocabulary items. 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.