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

GoogleCloudDialogflowV2AgentCoachingInstruction

import type { GoogleCloudDialogflowV2AgentCoachingInstruction } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2AgentCoachingInstruction {
agentAction?: string;
condition?: string;
displayDetails?: string;
displayName?: string;
systemAction?: string;
triggeringEvent?:
| "TRIGGER_EVENT_UNSPECIFIED"
| "END_OF_UTTERANCE"
| "MANUAL_CALL"
| "CUSTOMER_MESSAGE"
| "AGENT_MESSAGE"
| "TOOL_CALL_COMPLETION";
}

§Properties

§
agentAction?: string
[src]
§
condition?: string
[src]
§
displayDetails?: string
[src]
§
displayName?: string
[src]
§
systemAction?: string
[src]
§
triggeringEvent?: "TRIGGER_EVENT_UNSPECIFIED" | "END_OF_UTTERANCE" | "MANUAL_CALL" | "CUSTOMER_MESSAGE" | "AGENT_MESSAGE" | "TOOL_CALL_COMPLETION"
[src]