Class ExactMatchConfig (2.0.0)

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

Exact match configuration.

Inheritance

Object > ExactMatchConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ExactMatchConfig()

public ExactMatchConfig()

ExactMatchConfig(ExactMatchConfig)

public ExactMatchConfig(ExactMatchConfig other)
Parameter
NameDescription
otherExactMatchConfig

Properties

CaseSensitive

public bool CaseSensitive { get; set; }

Whether to consider case sensitivity when performing an exact match.

Property Value
TypeDescription
Boolean