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