GoogleCloudDialogflowCxV3Deployment
import type { GoogleCloudDialogflowCxV3Deployment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Represents a deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
interface GoogleCloudDialogflowCxV3Deployment  {
endTime?: Date;
flowVersion?: string;
name?: string;
startTime?: Date;
state?: 
} | "STATE_UNSPECIFIED"
 | "RUNNING"
 | "SUCCEEDED"
 | "FAILED";