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

DescribeBotVersionResponse

import type { DescribeBotVersionResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DescribeBotVersionResponse {
botId?: string | null;
botMembers?: BotMember[] | null;
botName?: string | null;
botStatus?: BotStatus | null;
botType?: BotType | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
dataPrivacy?: DataPrivacy | null;
description?: string | null;
failureReasons?: string[] | null;
idleSessionTTLInSeconds?: number | null;
parentBotNetworks?: ParentBotNetwork[] | null;
roleArn?: string | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot that contains the version.

§
botMembers?: BotMember[] | null
[src]

The members of bot network in the version that was described.

§
botName?: string | null
[src]

The name of the bot that contains the version.

§
botStatus?: BotStatus | null
[src]

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

§
botType?: BotType | null
[src]

The type of the bot in the version that was described.

§
botVersion?: string | null
[src]

The version of the bot that was described.

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

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

§
dataPrivacy?: DataPrivacy | null
[src]

Data privacy settings for the bot version.

§
description?: string | null
[src]

The description specified for the bot.

§
failureReasons?: string[] | null
[src]

If the botStatus is Failed, this contains a list of reasons that the version couldn't be built.

§
idleSessionTTLInSeconds?: number | null
[src]

The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.

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

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

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.