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

SlotTypeStatistics

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

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

interface SlotTypeStatistics {
discoveredSlotTypeCount?: number | null;
}

§Properties

§
discoveredSlotTypeCount?: number | null
[src]

The number of recommended slot types associated with the bot recommendation.