Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3beta1ToolCallResultError

import type { GoogleCloudDialogflowCxV3beta1ToolCallResultError } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

An error produced by the tool call.

interface GoogleCloudDialogflowCxV3beta1ToolCallResultError {
message?: string;
}

§Properties

§
message?: string
[src]

Optional. The error message of the function.