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

GoogleCloudDialogflowCxV3TransitionCoverageTransition

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

A transition in a page.

interface GoogleCloudDialogflowCxV3TransitionCoverageTransition {
covered?: boolean;
index?: number;
}

§Properties

§
covered?: boolean
[src]

Whether the transition is covered by at least one of the agent's test cases.

§

Event handler.

§
index?: number
[src]

The index of a transition in the transition list. Starting from 0.

§

Intent route or condition route.