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

GoogleCloudDialogflowCxV3IntentCoverage

import type { GoogleCloudDialogflowCxV3IntentCoverage } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.

interface GoogleCloudDialogflowCxV3IntentCoverage {
coverageScore?: number;
}

§Properties

§
coverageScore?: number
[src]

The percent of intents in the agent that are covered.

§

The list of Intents present in the agent