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

DescribeCustomVocabularyMetadataResponse

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

§Properties

§
botId?: string | null
[src]

The identifier of the bot that contains the custom vocabulary.

§
botVersion?: string | null
[src]

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

§
creationDateTime?: Date | number | null
[src]

The date and time that the custom vocabulary was created.

§
customVocabularyStatus?: CustomVocabularyStatus | null
[src]

The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time that the custom vocabulary was last updated.

§
localeId?: string | null
[src]

The locale that contains the custom vocabulary to describe.