public sealed class DeleteGeneratorRequest : IMessage<DeleteGeneratorRequest>, IEquatable<DeleteGeneratorRequest>, IDeepCloneable<DeleteGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteGeneratorRequest.
[[["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 provides documentation for the `DeleteGeneratorRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.23.0, and the latest being 4.26.0."],["The `DeleteGeneratorRequest` class is used to request the deletion of a generator resource in Dialogflow, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `GeneratorName` of type `GeneratorName` and `Name` of type `string`, where the `Name` property is required and specifies the resource name of the generator to be deleted."],["The documentation includes a list of all available versions for the class, ranging from 3.2.0 to the latest version 4.26.0, allowing users to navigate to documentation for the specific version they are using."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, it also includes members such as `GetHashCode()`, `GetType()`, and `ToString()`, which are inherited from the base object."]]],[]]