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

GoogleCloudDialogflowCxV3DeploymentResult

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

Result of the deployment.

interface GoogleCloudDialogflowCxV3DeploymentResult {
deploymentTestResults?: string[];
experiment?: string;
}

§Properties

§
deploymentTestResults?: string[]
[src]

Results of test cases running before the deployment. Format: projects//locations//agents//testCases//results/.

§
experiment?: string
[src]

The name of the experiment triggered by this deployment. Format: projects//locations//agents//environments//experiments/.