GoogleCloudDialogflowV2AgentCoachingSuggestion constructor
GoogleCloudDialogflowV2AgentCoachingSuggestion({
- List<
GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion> ? agentActionSuggestions, - List<
GoogleCloudDialogflowV2AgentCoachingInstruction> ? applicableInstructions, - List<
GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse> ? sampleResponses,
Implementation
GoogleCloudDialogflowV2AgentCoachingSuggestion({
this.agentActionSuggestions,
this.applicableInstructions,
this.sampleResponses,
});