public sealed class DeletePhraseMatcherRequest : IMessage<DeletePhraseMatcherRequest>, IEquatable<DeletePhraseMatcherRequest>, IDeepCloneable<DeletePhraseMatcherRequest>, 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 `DeletePhraseMatcherRequest` class is used to request the deletion of a phrase matcher within the Google Cloud Contact Center Insights API."],["This class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is implemented in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["There are multiple available versions, from version 1.0.0 to the latest, version 2.19.0, each with the ability to delete the `DeletePhraseMatcherRequest`."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to handle various data and object operations."],["The `DeletePhraseMatcherRequest` has two constructors: a default constructor and one that accepts another `DeletePhraseMatcherRequest` object, and provides two properties: `Name` and `PhraseMatcherName`, for identifying the specific phrase matcher to delete."]]],[]]