GoogleCloudDialogflowV2AgentCoachingSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Suggestion for coaching agents.
interface GoogleCloudDialogflowV2AgentCoachingSuggestion {
agentActionSuggestions?: GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion[];
applicableInstructions?: GoogleCloudDialogflowV2AgentCoachingInstruction[];
sampleResponses?: GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse[];
}§Properties
§
agentActionSuggestions?: GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion[]
[src]Optional. Suggested actions for the agent to take.
§
applicableInstructions?: GoogleCloudDialogflowV2AgentCoachingInstruction[]
[src]Optional. Instructions applicable based on the current context.
§
sampleResponses?: GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse[]
[src]Optional. Sample response for the Agent.