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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `DeleteGeneratorRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23, which is the latest version."],["The `DeleteGeneratorRequest` class is used to send a request to delete a generator, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that accepts another `DeleteGeneratorRequest` object as a parameter."],["The class contains properties `GeneratorName`, which is a typed view over the `Name` resource, and `Name`, which is a string representing the resource name of the generator to delete, following the required format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/generators/\u003cGenerator ID\u003e`."]]],[]]