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

CustomVocabularyImportSpecification

import type { CustomVocabularyImportSpecification } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Provides the parameters required for importing a custom vocabulary.

interface CustomVocabularyImportSpecification {
botId: string;
botVersion: string;
localeId: string;
}

§Properties

§
botId: string
[src]

The identifier of the bot to import the custom vocabulary to.

§
botVersion: string
[src]

The version of the bot to import the custom vocabulary to.

§
localeId: string
[src]

The identifier of the local to import the custom vocabulary to. The value must be en_GB.