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;
}