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

BotRecommendationResults

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

The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.

interface BotRecommendationResults {
associatedTranscriptsUrl?: string | null;
botLocaleExportUrl?: string | null;
}

§Properties

§
associatedTranscriptsUrl?: string | null
[src]

The presigned url link of the associated transcript.

§
botLocaleExportUrl?: string | null
[src]

The presigned URL link of the recommended bot definition.

§

The statistical summary of the bot recommendation results.