GoogleCloudContactcenterinsightsV1AutoLabelingRule constructor

GoogleCloudContactcenterinsightsV1AutoLabelingRule({
  1. bool? active,
  2. List<GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition>? conditions,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. String? labelKey,
  7. String? labelKeyType,
  8. String? name,
  9. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1AutoLabelingRule({
  this.active,
  this.conditions,
  this.createTime,
  this.description,
  this.displayName,
  this.labelKey,
  this.labelKeyType,
  this.name,
  this.updateTime,
});