GoogleCloudDialogflowCxV3beta1ToolCallResult
import type { GoogleCloudDialogflowCxV3beta1ToolCallResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
The result of calling a tool's action that has been executed by the client.
interface GoogleCloudDialogflowCxV3beta1ToolCallResult {
action?: string;
outputParameters?: {};
[key: string]: any;
tool?: string;
}