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

GoogleCloudDialogflowCxV3ToolVersion

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

Tool version is a snapshot of the tool at certain timestamp.

interface GoogleCloudDialogflowCxV3ToolVersion {
readonly createTime?: Date;
displayName?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Last time the tool version was created or modified.

§
displayName?: string
[src]

Required. The display name of the tool version.

§
name?: string
[src]

Identifier. The unique identifier of the tool version. Format: projects//locations//agents//tools//versions/.

§

Required. Snapshot of the tool to be associated with this version.

§
readonly updateTime?: Date
[src]

Output only. Last time the tool version was created or modified.