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

DescribeBotRequest

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

§Properties

§
botId: string
[src]

The unique identifier of the bot to describe.