GoogleCloudDialogflowV2AgentCoachingSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2AgentCoachingSuggestion {
agentActionSuggestions?: GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion[];
applicableInstructions?: GoogleCloudDialogflowV2AgentCoachingInstruction[];
sampleResponses?: GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse[];
}§Properties
§
agentActionSuggestions?: GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion[]
[src]§
applicableInstructions?: GoogleCloudDialogflowV2AgentCoachingInstruction[]
[src]§
sampleResponses?: GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse[]
[src]