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";