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."],[[["This webpage details the `DeletePhraseMatcherRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is used to formulate requests for deleting phrase matchers."],["The latest version of the `DeletePhraseMatcherRequest` documentation is for version 2.19.0, with documentation also provided for versions back to 1.0.0."],["The `DeletePhraseMatcherRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various data handling and manipulation features."],["The class has two constructors, one default and another that accepts another `DeletePhraseMatcherRequest` as a parameter."],["The class properties include `Name`, a required string property specifying the phrase matcher's name, and `PhraseMatcherName`, a view over the resource name property."]]],[]]