public sealed class GetPhraseMatcherRequest : IMessage<GetPhraseMatcherRequest>, IEquatable<GetPhraseMatcherRequest>, IDeepCloneable<GetPhraseMatcherRequest>, 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 webpage details the `GetPhraseMatcherRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically for .NET."],["The `GetPhraseMatcherRequest` class is used to request a phrase matcher and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `GetPhraseMatcherRequest`, ranging from version 1.0.0 to the latest 2.19.0, for the specified Google Cloud Contact Center Insights API."],["The class has two constructors, one default and one that takes another `GetPhraseMatcherRequest` object, and has properties `Name` (a string) and `PhraseMatcherName` for specifying which phrase matcher is to be retrieved."],["The class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]