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

DescribeBotAliasRequest

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

§Properties

§
botAliasId: string
[src]

The identifier of the bot alias to describe.

§
botId: string
[src]

The identifier of the bot associated with the bot alias to describe.