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."],[[["The latest version of the `DeleteGeneratorRequest` class in the Google Cloud Dialogflow V2 API is version 4.26.0."],["This class is used to represent a request to delete a generator within the Dialogflow API, as indicated by its class name."],["The `DeleteGeneratorRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteGeneratorRequest` class includes properties such as `GeneratorName` and `Name`, where `Name` is a string that represents the resource name of the generator to delete, in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/generators/\u003cGenerator ID\u003e`."],["There are multiple previous versions of `DeleteGeneratorRequest` available, dating back to version 3.2.0, indicating an ongoing evolution and updating of this part of the API."]]],[]]