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

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

§Properties

§
readonly createTime?: Date
[src]
§
description?: string
[src]
§
displayName?: string
[src]
§
name?: string
[src]
§
readonly state?: "STATE_UNSPECIFIED" | "RUNNING" | "SUCCEEDED" | "FAILED"
[src]