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

BotAliasMetadata

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

Provides information about a bot alias.

interface BotAliasMetadata {
botName?: string | null;
botVersion?: string | null;
checksum?: string | null;
conversationLogs?: ConversationLogsResponse | null;
createdDate?: Date | number | null;
description?: string | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
}

§Properties

§
botName?: string | null
[src]

The name of the bot to which the alias points.

§
botVersion?: string | null
[src]

The version of the Amazon Lex bot to which the alias points.

§
checksum?: string | null
[src]

Checksum of the bot alias.

§
conversationLogs?: ConversationLogsResponse | null
[src]

Settings that determine how Amazon Lex uses conversation logs for the alias.

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

The date that the bot alias was created.

§
description?: string | null
[src]

A description of the bot alias.

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

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

§
name?: string | null
[src]

The name of the bot alias.