GoogleCloudDialogflowV2AgentCoachingSuggestion constructor

GoogleCloudDialogflowV2AgentCoachingSuggestion({
  1. List<GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion>? agentActionSuggestions,
  2. List<GoogleCloudDialogflowV2AgentCoachingInstruction>? applicableInstructions,
  3. List<GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse>? sampleResponses,
})

Implementation

GoogleCloudDialogflowV2AgentCoachingSuggestion({
  this.agentActionSuggestions,
  this.applicableInstructions,
  this.sampleResponses,
});