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

GoogleCloudDialogflowV2ConversationModel

import type { GoogleCloudDialogflowV2ConversationModel } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2ConversationModel {
readonly createTime?: Date;
displayName?: string;
languageCode?: string;
name?: string;
readonly satisfiesPzi?: boolean;
readonly satisfiesPzs?: boolean;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "UNDEPLOYED"
| "DEPLOYING"
| "DEPLOYED"
| "UNDEPLOYING"
| "DELETING"
| "FAILED"
| "PENDING";
}

§Properties

§
readonly createTime?: Date
[src]
§
displayName?: string
[src]
§
languageCode?: string
[src]
§
name?: string
[src]
§
readonly satisfiesPzi?: boolean
[src]
§
readonly satisfiesPzs?: boolean
[src]
§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "UNDEPLOYED" | "DEPLOYING" | "DEPLOYED" | "UNDEPLOYING" | "DELETING" | "FAILED" | "PENDING"
[src]