Enum PhraseMatcher.PhraseMatcherType (2.11.0)

public enum PhraseMatcher.PhraseMatcherType extends Enum<PhraseMatcher.PhraseMatcherType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.contactcenterinsights.v1.PhraseMatcher.PhraseMatcherType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_OF

Must meet all phrase match rule groups or there is no match.

ALL_OF = 1;

ALL_OF_VALUE

Must meet all phrase match rule groups or there is no match.

ALL_OF = 1;

ANY_OF

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

ANY_OF = 2;

ANY_OF_VALUE

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

ANY_OF = 2;

PHRASE_MATCHER_TYPE_UNSPECIFIED

Unspecified.

PHRASE_MATCHER_TYPE_UNSPECIFIED = 0;

PHRASE_MATCHER_TYPE_UNSPECIFIED_VALUE

Unspecified.

PHRASE_MATCHER_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()