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

GoogleCloudDialogflowV2ToolCallResult

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

The result of calling a tool's action.

interface GoogleCloudDialogflowV2ToolCallResult {
action?: string;
content?: string;
readonly createTime?: Date;
rawContent?: Uint8Array;
tool?: string;
}

§Properties

§
action?: string
[src]

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

§
content?: string
[src]

Only populated if the response content is utf-8 encoded.

§
readonly createTime?: Date
[src]

Output only. Create time of the tool call result.

§
rawContent?: Uint8Array
[src]

Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).

§
tool?: string
[src]

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