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

GoogleCloudDialogflowCxV3ContinuousTestResult

import type { GoogleCloudDialogflowCxV3ContinuousTestResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ContinuousTestResult {
name?: string;
result?: "AGGREGATED_TEST_RESULT_UNSPECIFIED" | "PASSED" | "FAILED";
runTime?: Date;
testCaseResults?: string[];
}

§Properties

§
name?: string
[src]
§
result?: "AGGREGATED_TEST_RESULT_UNSPECIFIED" | "PASSED" | "FAILED"
[src]
§
runTime?: Date
[src]
§
testCaseResults?: string[]
[src]