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

BotMetadata

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

Provides information about a bot. .

interface BotMetadata {
createdDate?: Date | number | null;
description?: string | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
status?: Status | null;
version?: string | null;
}

§Properties

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

The date that the bot was created.

§
description?: string | null
[src]

A description of the bot.

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

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

§
name?: string | null
[src]

The name of the bot.

§
status?: Status | null
[src]

The status of the bot.

§
version?: string | null
[src]

The version of the bot. For a new bot, the version is always $LATEST.