Interface PhraseMatchRuleConfigOrBuilder (2.6.0)

public interface PhraseMatchRuleConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract PhraseMatchRuleConfig.ConfigCase getConfigCase()
Returns

getExactMatchConfig()

public abstract ExactMatchConfig getExactMatchConfig()

The configuration for the exact match rule.

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

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

hasExactMatchConfig()

public abstract boolean hasExactMatchConfig()

The configuration for the exact match rule.

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

Returns
TypeDescription
boolean

Whether the exactMatchConfig field is set.