Enum PhraseMatchRuleGroup.PhraseMatchRuleGroupType (2.28.0)

public enum PhraseMatchRuleGroup.PhraseMatchRuleGroupType extends Enum<PhraseMatchRuleGroup.PhraseMatchRuleGroupType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup.PhraseMatchRuleGroupType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_OF

Must meet all phrase match rules or there is no match.

ALL_OF = 1;

ALL_OF_VALUE

Must meet all phrase match rules or there is no match.

ALL_OF = 1;

ANY_OF

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

ANY_OF = 2;

ANY_OF_VALUE

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

ANY_OF = 2;

PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED

Unspecified.

PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED = 0;

PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED_VALUE

Unspecified.

PHRASE_MATCH_RULE_GROUP_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()