Interface PhraseMatchRuleConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PhraseMatchRuleConfig, PhraseMatchRuleConfig.Builder

    public interface PhraseMatchRuleConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasExactMatchConfig

        boolean hasExactMatchConfig()
         The configuration for the exact match rule.
         
        .google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
        Returns:
        Whether the exactMatchConfig field is set.
      • getExactMatchConfig

        ExactMatchConfig getExactMatchConfig()
         The configuration for the exact match rule.
         
        .google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
        Returns:
        The exactMatchConfig.
      • getExactMatchConfigOrBuilder

        ExactMatchConfigOrBuilder getExactMatchConfigOrBuilder()
         The configuration for the exact match rule.
         
        .google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;