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

BotLocaleSummary

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

Summary information about bot locales returned by the ListBotLocales operation.

interface BotLocaleSummary {
botLocaleStatus?: BotLocaleStatus | null;
description?: string | null;
lastBuildSubmittedDateTime?: Date | number | null;
lastUpdatedDateTime?: Date | number | null;
localeId?: string | null;
localeName?: string | null;
}

§Properties

§
botLocaleStatus?: BotLocaleStatus | null
[src]

The current status of the bot locale. When the status is Built the locale is ready for use.

§
description?: string | null
[src]

The description of the bot locale.

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

A timestamp of the date and time that the bot locale was last built.

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

A timestamp of the date and time that the bot locale was last updated.

§
localeId?: string | null
[src]

The language and locale of the bot locale.

§
localeName?: string | null
[src]

The name of the bot locale.