GoogleCloudContactcenterinsightsV1PhraseMatchRule constructor

GoogleCloudContactcenterinsightsV1PhraseMatchRule({
  1. GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig? config,
  2. bool? negated,
  3. String? query,
})

Implementation

GoogleCloudContactcenterinsightsV1PhraseMatchRule({
  this.config,
  this.negated,
  this.query,
});