GoogleCloudContactcenterinsightsV1AssessmentRule constructor

GoogleCloudContactcenterinsightsV1AssessmentRule({
  1. bool? active,
  2. String? createTime,
  3. String? displayName,
  4. String? name,
  5. GoogleCloudContactcenterinsightsV1SampleRule? sampleRule,
  6. GoogleCloudContactcenterinsightsV1ScheduleInfo? scheduleInfo,
  7. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1AssessmentRule({
  this.active,
  this.createTime,
  this.displayName,
  this.name,
  this.sampleRule,
  this.scheduleInfo,
  this.updateTime,
});