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

StopBotRecommendationResponse

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

§Properties

§
botId?: string | null
[src]

The unique identifier of the bot containing the bot recommendation that is being stopped.

§
botRecommendationId?: string | null
[src]

The unique identifier of the bot recommendation that is being stopped.

§
botRecommendationStatus?: BotRecommendationStatus | null
[src]

The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

§
botVersion?: string | null
[src]

The version of the bot containing the recommendation that is being stopped.

§
localeId?: string | null
[src]

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