Interface PhraseMatchRuleConfigOrBuilder (2.44.0)

public interface PhraseMatchRuleConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract PhraseMatchRuleConfig.ConfigCase getConfigCase()
Returns
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;

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

Returns
Type Description
ExactMatchConfigOrBuilder

hasExactMatchConfig()

public abstract boolean hasExactMatchConfig()

The configuration for the exact match rule.

.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;

Returns
Type Description
boolean

Whether the exactMatchConfig field is set.