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

GoogleCloudDialogflowCxV3TestRunDifference

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

The description of differences between original and replayed agent output.

interface GoogleCloudDialogflowCxV3TestRunDifference {
description?: string;
type?:
| "DIFF_TYPE_UNSPECIFIED"
| "INTENT"
| "PAGE"
| "PARAMETERS"
| "UTTERANCE"
| "FLOW";
}

§Properties

§
description?: string
[src]

A human readable description of the diff, showing the actual output vs expected output.

§
type?: "DIFF_TYPE_UNSPECIFIED" | "INTENT" | "PAGE" | "PARAMETERS" | "UTTERANCE" | "FLOW"
[src]

The type of diff.