public sealed class DeletePhraseMatcherRequest : IMessage<DeletePhraseMatcherRequest>, IEquatable<DeletePhraseMatcherRequest>, IDeepCloneable<DeletePhraseMatcherRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeletePhraseMatcherRequest.
[[["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 latest version of the `DeletePhraseMatcherRequest` class is 2.19.0, which is part of the Google Cloud Contact Center Insights V1 API."],["This class is used to send a request to delete a specific phrase matcher within the Contact Center AI Insights API."],["The `DeletePhraseMatcherRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class has two constructors, one default and one that takes another `DeletePhraseMatcherRequest` object as a parameter."],["The `DeletePhraseMatcherRequest` class contains a `Name` property, which is a string, and is required to identify the phrase matcher to be deleted, as well as a `PhraseMatcherName` property, which is a `PhraseMatcherName` type, representing a typed view over the resource name property."]]],[]]