Contact Center AI Insights v1 API - Class PhraseMatchRuleConfig (2.9.0)

public sealed class PhraseMatchRuleConfig : IMessage<PhraseMatchRuleConfig>, IEquatable<PhraseMatchRuleConfig>, IDeepCloneable<PhraseMatchRuleConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRuleConfig.

Configuration information of a phrase match rule.

Inheritance

object > PhraseMatchRuleConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

PhraseMatchRuleConfig()

public PhraseMatchRuleConfig()

PhraseMatchRuleConfig(PhraseMatchRuleConfig)

public PhraseMatchRuleConfig(PhraseMatchRuleConfig other)
Parameter
Name Description
other PhraseMatchRuleConfig

Properties

ConfigCase

public PhraseMatchRuleConfig.ConfigOneofCase ConfigCase { get; }
Property Value
Type Description
PhraseMatchRuleConfig ConfigOneofCase

ExactMatchConfig

public ExactMatchConfig ExactMatchConfig { get; set; }

The configuration for the exact match rule.

Property Value
Type Description
ExactMatchConfig

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.