GoogleCloudContactcenterinsightsV1AnswerFeedback constructor

GoogleCloudContactcenterinsightsV1AnswerFeedback({
  1. bool? clicked,
  2. String? correctnessLevel,
  3. bool? displayed,
})

Implementation

GoogleCloudContactcenterinsightsV1AnswerFeedback({
  this.clicked,
  this.correctnessLevel,
  this.displayed,
});