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 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;