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

GetBotRequest

import type { GetBotRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetBotRequest {
name: string;
versionOrAlias: string;
}

§Properties

§
name: string
[src]

The name of the bot. The name is case sensitive.

§
versionOrAlias: string
[src]

The version or alias of the bot.