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

BotRecommendationResultStatistics

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

A statistical summary of the bot recommendation results.

interface BotRecommendationResultStatistics {
intents?: IntentStatistics | null;
slotTypes?: SlotTypeStatistics | null;
}

§Properties

§
intents?: IntentStatistics | null
[src]

Statistical information about about the intents associated with the bot recommendation results.

§
slotTypes?: SlotTypeStatistics | null
[src]

Statistical information about the slot types associated with the bot recommendation results.