public interface PhraseMatchRuleGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Required. The type of this phrase match rule group.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup.PhraseMatchRuleGroupType type = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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;
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;
int getPhraseMatchRulesCount()
A list of phrase match rules that are included in this group.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatchRule phrase_match_rules = 2;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.