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

DescribeBotAliasResponse

import type { DescribeBotAliasResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DescribeBotAliasResponse {
botAliasHistoryEvents?: BotAliasHistoryEvent[] | null;
botAliasId?: string | null;
botAliasLocaleSettings?: {
[key: string]: BotAliasLocaleSettings | null | undefined;
}
| null;
botAliasName?: string | null;
botAliasStatus?: BotAliasStatus | null;
botId?: string | null;
botVersion?: string | null;
conversationLogSettings?: ConversationLogSettings | null;
creationDateTime?: Date | number | null;
description?: string | null;
lastUpdatedDateTime?: Date | number | null;
parentBotNetworks?: ParentBotNetwork[] | null;
sentimentAnalysisSettings?: SentimentAnalysisSettings | null;
}

§Properties

§
botAliasHistoryEvents?: BotAliasHistoryEvent[] | null
[src]

A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

§
botAliasId?: string | null
[src]

The identifier of the bot alias.

§
botAliasLocaleSettings?: {
[key: string]: BotAliasLocaleSettings | null | undefined;
}
| null
[src]

The locale settings that are unique to the alias.

§
botAliasName?: string | null
[src]

The name of the bot alias.

§
botAliasStatus?: BotAliasStatus | null
[src]

The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

§
botId?: string | null
[src]

The identifier of the bot associated with the bot alias.

§
botVersion?: string | null
[src]

The version of the bot associated with the bot alias.

§
conversationLogSettings?: ConversationLogSettings | null
[src]

Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.

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

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

§
description?: string | null
[src]

The description of the bot alias.

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

A timestamp of the date and time that the alias was last updated.

§
parentBotNetworks?: ParentBotNetwork[] | null
[src]

A list of the networks to which the bot alias you described belongs.

§
sentimentAnalysisSettings?: SentimentAnalysisSettings | null
[src]