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

GoogleCloudDialogflowCxV3ToolCallResult

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

The result of calling a tool's action that has been executed by the client.

interface GoogleCloudDialogflowCxV3ToolCallResult {
action?: string;
outputParameters?: {
[key: string]: any;
}
;
tool?: string;
}

§Properties

§
action?: string
[src]

Required. The name of the tool's action associated with this call.

§
outputParameters?: {
[key: string]: any;
}
[src]

The tool call's output parameters.

§
tool?: string
[src]

Required. The tool associated with this call. Format: projects//locations//agents//tools/.