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

DescribeBotRecommendationRequest

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

§Properties

§
botId: string
[src]

The unique identifier of the bot associated with the bot recommendation.

§
botRecommendationId: string
[src]

The identifier of the bot recommendation to describe.

§
botVersion: string
[src]

The version of the bot associated with the bot recommendation.

§
localeId: string
[src]

The identifier of the language and locale of the bot recommendation to describe. The string must match one of the supported locales. For more information, see Supported languages.