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

StopBotRecommendationRequest

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

§Properties

§
botId: string
[src]

The unique identifier of the bot containing the bot recommendation to be stopped.

§
botRecommendationId: string
[src]

The unique identifier of the bot recommendation to be stopped.

§
botVersion: string
[src]

The version of the bot containing the bot recommendation.

§
localeId: string
[src]

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