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

GoogleCloudDialogflowCxV3TransitionCoverage

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

Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.

interface GoogleCloudDialogflowCxV3TransitionCoverage {
coverageScore?: number;
}

§Properties

§
coverageScore?: number
[src]

The percent of transitions in the agent that are covered.

§

The list of Transitions present in the agent.