GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup constructor

GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup({
  1. List<GoogleCloudContactcenterinsightsV1PhraseMatchRule>? phraseMatchRules,
  2. String? type,
})

Implementation

GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup({
  this.phraseMatchRules,
  this.type,
});