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

GetBotAliasRequest

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

§Properties

§
botName: string
[src]

The name of the bot.

§
name: string
[src]

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