GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse constructor

GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse({
  1. GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult? duplicateCheckResult,
  2. String? responseText,
  3. GoogleCloudDialogflowV2AgentCoachingSuggestionSources? sources,
})

Implementation

GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse({
  this.duplicateCheckResult,
  this.responseText,
  this.sources,
});