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

GoogleCloudDialogflowV2ToolCall

import type { GoogleCloudDialogflowV2ToolCall } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2ToolCall {
action?: string;
answerRecord?: string;
cesApp?: string;
cesTool?: string;
cesToolset?: string;
readonly createTime?: Date;
inputParameters?: {
[key: string]: any;
}
;
readonly state?: "STATE_UNSPECIFIED" | "TRIGGERED" | "NEEDS_CONFIRMATION";
tool?: string;
toolDisplayDetails?: string;
toolDisplayName?: string;
}

§Properties

§
action?: string
[src]
§
answerRecord?: string
[src]
§
cesApp?: string
[src]
§
cesTool?: string
[src]
§
cesToolset?: string
[src]
§
readonly createTime?: Date
[src]
§
inputParameters?: {
[key: string]: any;
}
[src]
§
readonly state?: "STATE_UNSPECIFIED" | "TRIGGERED" | "NEEDS_CONFIRMATION"
[src]
§
tool?: string
[src]
§
toolDisplayDetails?: string
[src]
§
toolDisplayName?: string
[src]