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."],[[["This page provides documentation for the `ExactMatchConfig` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, detailing its implementation and usage across various versions."],["`ExactMatchConfig` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer message operations."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The documentation lists all the available versions of the class, from the latest `2.19.0` down to the initial `1.0.0`, allowing users to choose the version relevant to their project."],["It outlines two constructors for the `ExactMatchConfig` class: a default constructor and one that takes another `ExactMatchConfig` object as a parameter for copying, as well as includes a property `CaseSensitive` used to set whether to consider case sensitivity for exact matching."]]],[]]