public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.v2.Environments.DeleteEnvironment].
[[["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 details the `DeleteEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the deletion of environments in Dialogflow."],["The latest version documented for `DeleteEnvironmentRequest` is 4.26.0, with historical versions available down to 3.2.0."],["The `DeleteEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The class includes two constructors: a default constructor and one that takes another `DeleteEnvironmentRequest` instance as a parameter, facilitating the creation of new instances and copies."],["It has properties for `EnvironmentName` which is a typed view of the `Name` resource property and the `Name` property which specifies the name of the environment to be deleted, following a specific project and location format."]]],[]]