public sealed class ExactMatchConfig : IMessage<ExactMatchConfig>, IEquatable<ExactMatchConfig>, IDeepCloneable<ExactMatchConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class ExactMatchConfig.
Exact match configuration.
Implements
IMessageExactMatchConfig, IEquatableExactMatchConfig, IDeepCloneableExactMatchConfig, 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 |
bool |
|