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 deleting phrase sets in the Google Cloud Speech V1 API."],["The latest version available is 3.8.0, and the webpage also provides links to documentation for past versions ranging from 2.2.0 to 3.7.0."],["The `DeletePhraseSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeletePhraseSetRequest` include `Name` (a string specifying the resource name of the phrase set to be deleted) and `PhraseSetName` (a `PhraseSetName` view over the `Name` property)."],["The `DeletePhraseSetRequest` class has two constructors, one default constructor and one that takes another `DeletePhraseSetRequest` as a parameter."]]],[]]