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

BotLocaleHistoryEvent

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

Provides information about an event that occurred affecting the bot locale.

interface BotLocaleHistoryEvent {
event: string;
eventDate: Date | number;
}

§Properties

§
event: string
[src]

A description of the event that occurred.

§
eventDate: Date | number
[src]

A timestamp of the date and time that the event occurred.