public sealed class ExactMatchConfig : IMessage<ExactMatchConfig>, IEquatable<ExactMatchConfig>, IDeepCloneable<ExactMatchConfig>, IBufferMessage, IMessageExact match configuration.
Implements
IMessage<ExactMatchConfig>, IEquatable<ExactMatchConfig>, IDeepCloneable<ExactMatchConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ExactMatchConfig()
public ExactMatchConfig()ExactMatchConfig(ExactMatchConfig)
public ExactMatchConfig(ExactMatchConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExactMatchConfig |
Properties
CaseSensitive
public bool CaseSensitive { get; set; }Whether to consider case sensitivity when performing an exact match.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|