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

DeleteCustomVocabularyResponse

import type { DeleteCustomVocabularyResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteCustomVocabularyResponse {
botId?: string | null;
botVersion?: string | null;
customVocabularyStatus?: CustomVocabularyStatus | null;
localeId?: string | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot that the custom vocabulary was removed from.

§
botVersion?: string | null
[src]

The version of the bot that the custom vocabulary was removed from.

§
customVocabularyStatus?: CustomVocabularyStatus | null
[src]

The status of removing the custom vocabulary.

§
localeId?: string | null
[src]

The locale identifier for the locale that the custom vocabulary was removed from.