GoogleCloudDialogflowV2AnswerFeedback constructor

GoogleCloudDialogflowV2AnswerFeedback({
  1. GoogleCloudDialogflowV2AgentAssistantFeedback? agentAssistantDetailFeedback,
  2. String? clickTime,
  3. bool? clicked,
  4. String? correctnessLevel,
  5. String? displayTime,
  6. bool? displayed,
})

Implementation

GoogleCloudDialogflowV2AnswerFeedback({
  this.agentAssistantDetailFeedback,
  this.clickTime,
  this.clicked,
  this.correctnessLevel,
  this.displayTime,
  this.displayed,
});