GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion {
agentAction?: string;
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult;
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources;
}§Properties
§
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
[src]§
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources
[src]