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-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
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]
§
description?: string | null
[src]
§
lastBuildSubmittedDateTime?: Date | number | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
localeId?: string | null
[src]
§
localeName?: string | null
[src]