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

GoogleCloudDialogflowCxV3TestError

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

Error info for running a test.

interface GoogleCloudDialogflowCxV3TestError {
status?: GoogleRpcStatus;
testCase?: string;
testTime?: Date;
}

§Properties

§

The status associated with the test.

§
testCase?: string
[src]

The test case resource name.

§
testTime?: Date
[src]

The timestamp when the test was completed.