Google Cloud Contact Center Insights V1 Client - Class PhraseMatcherType (1.6.2)

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ PhraseMatcher

Methods

static::name

Parameter
NameDescription
value mixed

static::value

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