public sealed class DeletePhraseSetRequest : IMessage<DeletePhraseSetRequest>, IEquatable<DeletePhraseSetRequest>, IDeepCloneable<DeletePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class DeletePhraseSetRequest.
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 document provides reference information for the `DeletePhraseSetRequest` class within the Google Cloud Speech v1p1beta1 API, specifically version 3.0.0-beta07."],["`DeletePhraseSetRequest` is a message class used by clients to send requests for the `DeletePhraseSet` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of this class include `Name`, which is a required string representing the name of the phrase set to delete, and `PhraseSetName`, which provides a typed view of the resource name."],["It has two constructors, one empty and one to copy the object."]]],[]]