public sealed class DeleteGeneratorRequest : IMessage<DeleteGeneratorRequest>, IEquatable<DeleteGeneratorRequest>, IDeepCloneable<DeleteGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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 documentation is for the `DeleteGeneratorRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["The `DeleteGeneratorRequest` class is used to represent a request to delete a generator resource, extending functionality from `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, one empty and another taking a `DeleteGeneratorRequest` parameter, and has properties such as `GeneratorName` and `Name` for specifying the generator to be deleted."],["The `DeleteGeneratorRequest` class inherits from `object`, inheriting members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]