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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version of the API is 2.19.0, and previous versions are available, including a 1.2.0 version detailed on this page."],["The `DeletePhraseMatcherRequest` object can be constructed using a default constructor or by passing another `DeletePhraseMatcherRequest` object as a parameter."],["The `Name` property, of string type, is required and specifies the name of the phrase matcher to be deleted, and the `PhraseMatcherName` property provides a typed view of the resource name."]]],[]]