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

GoogleCloudDialogflowCxV3Experiment

import type { GoogleCloudDialogflowCxV3Experiment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Experiment {
createTime?: Date;
description?: string;
displayName?: string;
endTime?: Date;
experimentLength?: number;
lastUpdateTime?: Date;
name?: string;
rolloutFailureReason?: string;
startTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "DRAFT"
| "RUNNING"
| "DONE"
| "ROLLOUT_FAILED";
}

§Properties

§
createTime?: Date
[src]
§
description?: string
[src]
§
displayName?: string
[src]
§
endTime?: Date
[src]
§
experimentLength?: number
[src]
§
lastUpdateTime?: Date
[src]
§
name?: string
[src]
§
rolloutFailureReason?: string
[src]
§
startTime?: Date
[src]
§
state?: "STATE_UNSPECIFIED" | "DRAFT" | "RUNNING" | "DONE" | "ROLLOUT_FAILED"
[src]