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

CustomVocabularyExportSpecification

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

Provides the parameters required for exporting a custom vocabulary.

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

§Properties

§
botId: string
[src]

The identifier of the bot that contains the custom vocabulary to export.

§
botVersion: string
[src]

The version of the bot that contains the custom vocabulary to export.

§
localeId: string
[src]

The locale of the bot that contains the custom vocabulary to export.