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

GoogleCloudDialogflowCxV3ToolCall

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

Represents a call of a specific tool's action with the specified inputs.

interface GoogleCloudDialogflowCxV3ToolCall {
action?: string;
inputParameters?: {
[key: string]: any;
}
;
tool?: string;
}

§Properties

§
action?: string
[src]

Required. The name of the tool's action associated with this call.

§
inputParameters?: {
[key: string]: any;
}
[src]

Optional. The action's input parameters.

§
tool?: string
[src]

Required. The tool associated with this call. Format: projects//locations//agents//tools/.