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

UpdateBotResponse

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

§Properties

§
botId?: string | null
[src]

The unique identifier of the bot that was updated.

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

The list of bot members in the network that was updated.

§
botName?: string | null
[src]

The name of the bot after the update.

§
botStatus?: BotStatus | null
[src]

Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.

§
botType?: BotType | null
[src]

The type of the bot that was updated.

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

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

§
dataPrivacy?: DataPrivacy | null
[src]

The data privacy settings for the bot after the update.

§
description?: string | null
[src]

The description of the bot after the update.

§
idleSessionTTLInSeconds?: number | null
[src]

The session timeout, in seconds, for the bot after the update.

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

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

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.