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

ProjectsLocationsAgentsTestCasesCalculateCoverageOptions

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

Additional options for Dialogflow#projectsLocationsAgentsTestCasesCalculateCoverage.

interface ProjectsLocationsAgentsTestCasesCalculateCoverageOptions {
type?:
| "COVERAGE_TYPE_UNSPECIFIED"
| "INTENT"
| "PAGE_TRANSITION"
| "TRANSITION_ROUTE_GROUP";
}

§Properties

§
type?: "COVERAGE_TYPE_UNSPECIFIED" | "INTENT" | "PAGE_TRANSITION" | "TRANSITION_ROUTE_GROUP"
[src]

Required. The type of coverage requested.