Google Cloud Contact Center Insights V1 Client - Class PhraseMatchRuleGroupType (1.7.1)

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 \ PhraseMatchRuleGroup

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;