public sealed class DeletePhraseSetRequest : IMessage<DeletePhraseSetRequest>, IEquatable<DeletePhraseSetRequest>, IDeepCloneable<DeletePhraseSetRequest>, IBufferMessage, IMessage
Message sent by the client for the DeletePhraseSet method.
[[["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 `DeletePhraseSetRequest` class, which is used to send requests for the `DeletePhraseSet` method in Google Cloud Speech V1."],["The `DeletePhraseSetRequest` class is available in multiple versions, ranging from 2.2.0 to the latest 3.8.0."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string representing the name of the phrase set to delete) and `PhraseSetName`, which provides a typed view over the `Name` property."],["The webpage also lists multiple constructors that can be used to create an instance of the DeletePhraseSetRequest class, such as `DeletePhraseSetRequest()` and `DeletePhraseSetRequest(DeletePhraseSetRequest other)`."]]],[]]