Contact Center AI Insights v1 API - Class ExactMatchConfig (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
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 |
bool |
|