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

DeleteBotVersionResponse

import type { DeleteBotVersionResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteBotVersionResponse {
botId?: string | null;
botStatus?: BotStatus | null;
botVersion?: string | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot that is being deleted.

§
botStatus?: BotStatus | null
[src]

The current status of the bot.

§
botVersion?: string | null
[src]

The version of the bot that is being deleted.