public interface PhraseMatchRuleConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract PhraseMatchRuleConfig.ConfigCase getConfigCase()| Type | Description |
PhraseMatchRuleConfig.ConfigCase |
getExactMatchConfig()
public abstract ExactMatchConfig getExactMatchConfig()The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
| Type | Description |
ExactMatchConfig |
The exactMatchConfig. |
getExactMatchConfigOrBuilder()
public abstract ExactMatchConfigOrBuilder getExactMatchConfigOrBuilder()The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
| Type | Description |
ExactMatchConfigOrBuilder |
hasExactMatchConfig()
public abstract boolean hasExactMatchConfig()The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
| Type | Description |
boolean |
Whether the exactMatchConfig field is set. |