GoogleCloudContactcenterinsightsV1FeedbackLabel constructor

GoogleCloudContactcenterinsightsV1FeedbackLabel({
  1. String? createTime,
  2. String? label,
  3. String? labeledResource,
  4. String? name,
  5. GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? qaAnswerLabel,
  6. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1FeedbackLabel({
  this.createTime,
  this.label,
  this.labeledResource,
  this.name,
  this.qaAnswerLabel,
  this.updateTime,
});