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

RecommendedIntentSummary

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

An object that contains a summary of a recommended intent.

interface RecommendedIntentSummary {
intentId?: string | null;
intentName?: string | null;
sampleUtterancesCount?: number | null;
}

§Properties

§
intentId?: string | null
[src]

The unique identifier of a recommended intent associated with the bot recommendation.

§
intentName?: string | null
[src]

The name of a recommended intent associated with the bot recommendation.

§
sampleUtterancesCount?: number | null
[src]

The count of sample utterances of a recommended intent that is associated with a bot recommendation.