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

GoogleCloudDialogflowCxV3Example

import type { GoogleCloudDialogflowCxV3Example } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Example {
conversationState?:
| "OUTPUT_STATE_UNSPECIFIED"
| "OUTPUT_STATE_OK"
| "OUTPUT_STATE_CANCELLED"
| "OUTPUT_STATE_FAILED"
| "OUTPUT_STATE_ESCALATED"
| "OUTPUT_STATE_PENDING";
readonly createTime?: Date;
description?: string;
displayName?: string;
languageCode?: string;
name?: string;
readonly tokenCount?: bigint;
readonly updateTime?: Date;
}

§Properties

§
conversationState?: "OUTPUT_STATE_UNSPECIFIED" | "OUTPUT_STATE_OK" | "OUTPUT_STATE_CANCELLED" | "OUTPUT_STATE_FAILED" | "OUTPUT_STATE_ESCALATED" | "OUTPUT_STATE_PENDING"
[src]
§
readonly createTime?: Date
[src]
§
description?: string
[src]
§
displayName?: string
[src]
§
languageCode?: string
[src]
§
name?: string
[src]
§
readonly tokenCount?: bigint
[src]
§
readonly updateTime?: Date
[src]