public sealed class ExactMatchConfig : IMessage<ExactMatchConfig>, IEquatable<ExactMatchConfig>, IDeepCloneable<ExactMatchConfig>, IBufferMessage, IMessage
[[["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 page documents the `ExactMatchConfig` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, showcasing various versions of the .NET library."],["The latest version available for the `ExactMatchConfig` class is 2.19.0, which is listed alongside numerous older versions down to version 1.0.0."],["`ExactMatchConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Protobuf ecosystem."],["The class inherits from `Object` and includes properties like `CaseSensitive`, which is a boolean to determine whether the match should consider the case sensitivity of the words."],["There are two constructors provided for `ExactMatchConfig`, one is a default constructor, and the second accepts another `ExactMatchConfig` object as a parameter for cloning purposes."]]],[]]