GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Actions suggested for the agent. This is based on applicable instructions.
interface GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion {
agentAction?: string;
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult;
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources;
}§Properties
§
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
[src]Output only. Duplicate check result for the agent action suggestion.
§
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources
[src]Output only. Sources for the agent action suggestion.