public interface PhraseMatchRuleGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPhraseMatchRules(int index)
public abstract PhraseMatchRule getPhraseMatchRules(int index)A list of phase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
| Name | Description |
| index | int |
| Type | Description |
| PhraseMatchRule |
getPhraseMatchRulesCount()
public abstract int getPhraseMatchRulesCount()A list of phase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
| Type | Description |
| int |
getPhraseMatchRulesList()
public abstract List<PhraseMatchRule> getPhraseMatchRulesList()A list of phase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
| Type | Description |
| List<PhraseMatchRule> |
getPhraseMatchRulesOrBuilder(int index)
public abstract PhraseMatchRuleOrBuilder getPhraseMatchRulesOrBuilder(int index)A list of phase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
| Name | Description |
| index | int |
| Type | Description |
| PhraseMatchRuleOrBuilder |
getPhraseMatchRulesOrBuilderList()
public abstract List<? extends PhraseMatchRuleOrBuilder> getPhraseMatchRulesOrBuilderList()A list of phase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| int | The enum numeric value on the wire for type. |