GoogleCloudDialogflowV2ToolCallResultError
import type { GoogleCloudDialogflowV2ToolCallResultError } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
An error produced by the tool call.
interface GoogleCloudDialogflowV2ToolCallResultError {
message?: string;
}