Interface PhraseMatchRuleGroupOrBuilder (2.41.0)

public interface PhraseMatchRuleGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPhraseMatchRules(int index)

public abstract PhraseMatchRule getPhraseMatchRules(int index)

A list of phrase match rules that are included in this group.

repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PhraseMatchRule

getPhraseMatchRulesCount()

public abstract int getPhraseMatchRulesCount()

A list of phrase match rules that are included in this group.

repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;

Returns
TypeDescription
int

getPhraseMatchRulesList()

public abstract List<PhraseMatchRule> getPhraseMatchRulesList()

A list of phrase match rules that are included in this group.

repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;

Returns
TypeDescription
List<PhraseMatchRule>

getPhraseMatchRulesOrBuilder(int index)

public abstract PhraseMatchRuleOrBuilder getPhraseMatchRulesOrBuilder(int index)

A list of phrase match rules that are included in this group.

repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PhraseMatchRuleOrBuilder

getPhraseMatchRulesOrBuilderList()

public abstract List<? extends PhraseMatchRuleOrBuilder> getPhraseMatchRulesOrBuilderList()

A list of phrase match rules that are included in this group.

repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;

Returns
TypeDescription
List<? extends com.google.cloud.contactcenterinsights.v1.PhraseMatchRuleOrBuilder>

getType()

public abstract PhraseMatchRuleGroup.PhraseMatchRuleGroupType getType()

Required. The type of this phrase match rule group.

.google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup.PhraseMatchRuleGroupType type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PhraseMatchRuleGroup.PhraseMatchRuleGroupType

The type.

getTypeValue()

public abstract int getTypeValue()

Required. The type of this phrase match rule group.

.google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup.PhraseMatchRuleGroupType type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for type.