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

BotVersionSummary

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

Summary information about a bot version returned by the ListBotVersions operation.

interface BotVersionSummary {
botName?: string | null;
botStatus?: BotStatus | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
}

§Properties

§
botName?: string | null
[src]

The name of the bot associated with the version.

§
botStatus?: BotStatus | null
[src]

The status of the bot. When the status is available, the version of the bot is ready for use.

§
botVersion?: string | null
[src]

The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

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

A timestamp of the date and time that the version was created.

§
description?: string | null
[src]

The description of the version.