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

GoogleCloudDialogflowCxV3Changelog

import type { GoogleCloudDialogflowCxV3Changelog } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Changelogs represents a change made to a given agent.

interface GoogleCloudDialogflowCxV3Changelog {
action?: string;
createTime?: Date;
displayName?: string;
languageCode?: string;
name?: string;
resource?: string;
type?: string;
userEmail?: string;
}

§Properties

§
action?: string
[src]

The action of the change.

§
createTime?: Date
[src]

The timestamp of the change.

§
displayName?: string
[src]

The affected resource display name of the change.

§
languageCode?: string
[src]

The affected language code of the change.

§
name?: string
[src]

The unique identifier of the changelog. Format: projects//locations//agents//changelogs/.

§
resource?: string
[src]

The affected resource name of the change.

§
type?: string
[src]

The affected resource type.

§
userEmail?: string
[src]

Email address of the authenticated user.