GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig constructor

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig({
  1. GoogleCloudContactcenterinsightsV1ExactMatchConfig? exactMatchConfig,
  2. GoogleCloudContactcenterinsightsV1RegexMatchConfig? regexMatchConfig,
})

Implementation

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig({
  this.exactMatchConfig,
  this.regexMatchConfig,
});