GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig constructor
GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig({
- GoogleCloudContactcenterinsightsV1ExactMatchConfig? exactMatchConfig,
- GoogleCloudContactcenterinsightsV1RegexMatchConfig? regexMatchConfig,
Implementation
GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig({
this.exactMatchConfig,
this.regexMatchConfig,
});