Interface PhraseMatchRuleGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhraseMatchRuleGroup
,PhraseMatchRuleGroup.Builder
public interface PhraseMatchRuleGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhraseMatchRule
getPhraseMatchRules(int index)
A list of phrase match rules that are included in this group.int
getPhraseMatchRulesCount()
A list of phrase match rules that are included in this group.List<PhraseMatchRule>
getPhraseMatchRulesList()
A list of phrase match rules that are included in this group.PhraseMatchRuleOrBuilder
getPhraseMatchRulesOrBuilder(int index)
A list of phrase match rules that are included in this group.List<? extends PhraseMatchRuleOrBuilder>
getPhraseMatchRulesOrBuilderList()
A list of phrase match rules that are included in this group.PhraseMatchRuleGroup.PhraseMatchRuleGroupType
getType()
Required.int
getTypeValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
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:
- The enum numeric value on the wire for type.
-
getType
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:
- The type.
-
getPhraseMatchRulesList
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;
-
getPhraseMatchRules
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;
-
getPhraseMatchRulesCount
int getPhraseMatchRulesCount()
A list of phrase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
-
getPhraseMatchRulesOrBuilderList
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;
-
getPhraseMatchRulesOrBuilder
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;
-
-