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."],[[["The `DeletePhraseSetRequest` class is used by clients to send requests for the `DeletePhraseSet` method within the Google Cloud Speech V1P1Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The `DeletePhraseSetRequest` class includes properties such as `Name` (a string representing the phrase set name to delete) and `PhraseSetName` (a typed view over the name resource)."],["There are two constructors available for creating `DeletePhraseSetRequest` objects, one is parameterless and one allows passing another `DeletePhraseSetRequest` object to copy its values."],["The latest version of the API is `3.0.0-beta08`, and this specific page refers to version `2.0.0-beta09` of the `DeletePhraseSetRequest` class."]]],[]]