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."],[[["This document provides reference information for the `DeletePhraseMatcherRequest` class within the Google Cloud Contact Center Insights V1 API, specifically for .NET development."],["The `DeletePhraseMatcherRequest` class is used to formulate requests for deleting a phrase matcher, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines the available constructors for the `DeletePhraseMatcherRequest` class, including a parameter to create a new object based on another `DeletePhraseMatcherRequest`."],["It includes the properties `Name` (a string, denoting the name of the phrase matcher to delete) and `PhraseMatcherName` (a `PhraseMatcherName`-typed view over the resource name property) along with their respective descriptions."],["The document lists the various versions of the API, ranging from 2.19.0 down to 1.0.0."]]],[]]