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

GoogleCloudDialogflowCxV3Environment

import type { GoogleCloudDialogflowCxV3Environment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Environment {
description?: string;
displayName?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
description?: string
[src]
§
displayName?: string
[src]
§
name?: string
[src]
§
readonly updateTime?: Date
[src]