public sealed class ExactMatchConfig : IMessage<ExactMatchConfig>, IEquatable<ExactMatchConfig>, IDeepCloneable<ExactMatchConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ExactMatchConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ExactMatchConfig` class is part of the Google Cloud Contact Center AI Insights v1 API, specifically within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["This class is designed for configuring exact match criteria and is implemented as a sealed class inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of ExactMatchConfig is 2.19.0, but the documentation covers versions ranging from 1.0.0 to 2.19.0, with the page being under version 2.3.0."],["`ExactMatchConfig` instances can be created using a default constructor or a copy constructor which takes an existing `ExactMatchConfig` object as a parameter."],["The class contains a `CaseSensitive` property of boolean type that can be set to configure whether case sensitivity should be taken into consideration during the matching process."]]],[]]