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;
}