Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class PhraseMatchRuleGroupType.
Specifies how to combine each phrase match rule for whether there is a match.
Protobuf type google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup.PhraseMatchRuleGroupType
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ PhraseMatchRuleGroupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED = 0;
ALL_OF
Value: 1
Must meet all phrase match rules or there is no match.
Generated from protobuf enum ALL_OF = 1;
ANY_OF
Value: 2
If any of the phrase match rules are met, there is a match.
Generated from protobuf enum ANY_OF = 2;