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