GoogleCloudDialogflowCxV3ToolCallResult
import type { GoogleCloudDialogflowCxV3ToolCallResult } 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 GoogleCloudDialogflowCxV3ToolCallResult {
action?: string;
outputParameters?: {};
[key: string]: any;
tool?: string;
}