GoogleCloudContactcenterinsightsV1PhraseMatcher constructor

GoogleCloudContactcenterinsightsV1PhraseMatcher({
  1. String? activationUpdateTime,
  2. bool? active,
  3. String? displayName,
  4. String? name,
  5. List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup>? phraseMatchRuleGroups,
  6. String? revisionCreateTime,
  7. String? revisionId,
  8. String? roleMatch,
  9. String? type,
  10. String? updateTime,
  11. String? versionTag,
})

Implementation

GoogleCloudContactcenterinsightsV1PhraseMatcher({
  this.activationUpdateTime,
  this.active,
  this.displayName,
  this.name,
  this.phraseMatchRuleGroups,
  this.revisionCreateTime,
  this.revisionId,
  this.roleMatch,
  this.type,
  this.updateTime,
  this.versionTag,
});