GoogleCloudDialogflowCxV3ToolUse
import type { GoogleCloudDialogflowCxV3ToolUse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Stores metadata of the invocation of an action supported by a tool.
interface GoogleCloudDialogflowCxV3ToolUse {
action?: string;
readonly displayName?: string;
inputActionParameters?: {};
[key: string]: any;
outputActionParameters?: {};
[key: string]: any;
tool?: string;
}