GoogleCloudDialogflowV2ToolCallResult
import type { GoogleCloudDialogflowV2ToolCallResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
The result of calling a tool's action.
interface GoogleCloudDialogflowV2ToolCallResult {
action?: string;
content?: string;
readonly createTime?: Date;
rawContent?: Uint8Array;
tool?: string;
}