GoogleCloudContactcenterinsightsV1AnalysisRule constructor

GoogleCloudContactcenterinsightsV1AnalysisRule({
  1. bool? active,
  2. double? analysisPercentage,
  3. GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector,
  4. String? conversationFilter,
  5. String? createTime,
  6. String? displayName,
  7. String? name,
  8. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1AnalysisRule({
  this.active,
  this.analysisPercentage,
  this.annotatorSelector,
  this.conversationFilter,
  this.createTime,
  this.displayName,
  this.name,
  this.updateTime,
});