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;
tool?: GoogleCloudDialogflowCxV3Tool;
readonly updateTime?: Date;
}