GoogleCloudDialogflowCxV3Version
import type { GoogleCloudDialogflowCxV3Version } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Version {
readonly createTime?: Date;
description?: string;
displayName?: string;
name?: string;
readonly nluSettings?: GoogleCloudDialogflowCxV3NluSettings;
readonly state?:
} | "STATE_UNSPECIFIED"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";