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."],[[["This webpage provides reference documentation for the `ExactMatchConfig` class within the Google Cloud Contact Center AI Insights v1 API."],["The latest version available is 2.19.0, with multiple prior versions also accessible, down to version 1.0.0."],["`ExactMatchConfig` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data structure handling and comparison."],["The `ExactMatchConfig` class has properties, including `CaseSensitive`, which is a boolean to determine if exact matching should be sensitive to the case of text."],["The class can be constructed using a default constructor and one that clones an existing `ExactMatchConfig` object."]]],[]]