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