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

GoogleCloudDialogflowCxV3ToolCallResultError

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

An error produced by the tool call.

interface GoogleCloudDialogflowCxV3ToolCallResultError {
message?: string;
}

§Properties

§
message?: string
[src]

Optional. The error message of the function.