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

GetBotAliasResponse

import type { GetBotAliasResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetBotAliasResponse {
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 that the alias points to.

§
botVersion?: string | null
[src]

The version of the bot that the alias points to.

§
checksum?: string | null
[src]

Checksum of the bot alias.

§
conversationLogs?: ConversationLogsResponse | null
[src]

The 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 the last updated date are the same.

§
name?: string | null
[src]

The name of the bot alias.