GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion constructor

GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion({
  1. String? agentAction,
  2. GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult? duplicateCheckResult,
  3. GoogleCloudDialogflowV2AgentCoachingSuggestionSources? sources,
})

Implementation

GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion({
  this.agentAction,
  this.duplicateCheckResult,
  this.sources,
});