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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhraseMatchRuleConfig.ConfigCase
getConfigCase()
ExactMatchConfig
getExactMatchConfig()
The configuration for the exact match rule.ExactMatchConfigOrBuilder
getExactMatchConfigOrBuilder()
The configuration for the exact match rule.boolean
hasExactMatchConfig()
The configuration for the exact match rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getConfigCase
PhraseMatchRuleConfig.ConfigCase getConfigCase()
-
-