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

IntentStatistics

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

The object that contains the statistical summary of recommended intents associated with the bot recommendation.

interface IntentStatistics {
discoveredIntentCount?: number | null;
}

§Properties

§
discoveredIntentCount?: number | null
[src]

The number of recommended intents associated with the bot recommendation.