Module: Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType

Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

Specifies how to combine each phrase match rule for whether there is a match.

Constant Summary collapse

PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED =

Unspecified.

0
ALL_OF =

Must meet all phrase match rules or there is no match.

1
ANY_OF =

If any of the phrase match rules are met, there is a match.

2