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

GoogleCloudDialogflowCxV3CalculateCoverageResponse

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

The response message for TestCases.CalculateCoverage.

interface GoogleCloudDialogflowCxV3CalculateCoverageResponse {
agent?: string;
}

§Properties

§
agent?: string
[src]

The agent to calculate coverage for. Format: projects//locations//agents/.

§

Intent coverage.

§

Transition route group coverage.

§

Transition (excluding transition route groups) coverage.