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"]],[["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 page provides documentation for the `DeleteGeneratorRequest` class within the Google Cloud Dialogflow V2 API, specifically for .NET development."],["The `DeleteGeneratorRequest` class is used to represent a request to delete a generator resource in Dialogflow, and is the implementation of various interfaces such as `IMessage` and `IDeepCloneable`."],["The page lists a history of versions, beginning with 3.2.0 up until the latest 4.26.0 of the `DeleteGeneratorRequest`, including a navigable link for each version."],["The `DeleteGeneratorRequest` has two properties that can be set: `GeneratorName`, a typed view of the name property, and `Name`, which defines the generator resource name to be deleted, requiring a project ID, location ID, and generator ID."],["Constructors are provided for creating a new instance or a deep clone of the `DeleteGeneratorRequest` object, with parameters specified for the copy constructor."]]],[]]