GoogleCloudDialogflowV2AgentAssistantFeedback constructor

GoogleCloudDialogflowV2AgentAssistantFeedback({
  1. String? answerRelevance,
  2. String? documentCorrectness,
  3. String? documentEfficiency,
  4. GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback? knowledgeSearchFeedback,
  5. GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback? summarizationFeedback,
})

Implementation

GoogleCloudDialogflowV2AgentAssistantFeedback({
  this.answerRelevance,
  this.documentCorrectness,
  this.documentEfficiency,
  this.knowledgeSearchFeedback,
  this.summarizationFeedback,
});