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

PutBotAliasResponse

import type { PutBotAliasResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface PutBotAliasResponse {
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;
tags?: Tag[] | 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]

The checksum for the current version of the 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 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 alias.

§
tags?: Tag[] | null
[src]

A list of tags associated with a bot.