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

GoogleCloudDialogflowCxV3Deployment

import type { GoogleCloudDialogflowCxV3Deployment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Deployment {
endTime?: Date;
flowVersion?: string;
name?: string;
startTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";
}

§Properties

§
endTime?: Date
[src]
§
flowVersion?: string
[src]
§
name?: string
[src]
§
startTime?: Date
[src]
§
state?: "STATE_UNSPECIFIED" | "RUNNING" | "SUCCEEDED" | "FAILED"
[src]