public interface PhraseMatchRuleGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |