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";
interface GoogleCloudDialogflowV2ToolCallResult {
action?: string;
answerRecord?: string;
cesApp?: string;
cesTool?: string;
cesToolset?: string;
content?: string;
readonly createTime?: Date;
rawContent?: Uint8Array;
tool?: string;
}

§Properties

§
action?: string
[src]
§
answerRecord?: string
[src]
§
cesApp?: string
[src]
§
cesTool?: string
[src]
§
cesToolset?: string
[src]
§
content?: string
[src]
§
readonly createTime?: Date
[src]
§
rawContent?: Uint8Array
[src]
§
tool?: string
[src]