GoogleCloudContactcenterinsightsV1CorrelationRule constructor

GoogleCloudContactcenterinsightsV1CorrelationRule({
  1. bool? active,
  2. String? constraintExpression,
  3. String? joinKeyExpression,
  4. String? ruleId,
})

Implementation

GoogleCloudContactcenterinsightsV1CorrelationRule({
  this.active,
  this.constraintExpression,
  this.joinKeyExpression,
  this.ruleId,
});