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"]],[["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 webpage provides documentation for the `DeleteEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically in version 3.4.0 of the library."],["The `DeleteEnvironmentRequest` class is used to construct requests for deleting environments in Dialogflow, as indicated by its implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions ranging from 3.2.0 to 4.26.0 (latest), all of which refer to the `DeleteEnvironmentRequest` class in their respective versions."],["The `DeleteEnvironmentRequest` class has two constructors, a default constructor and one that accepts another `DeleteEnvironmentRequest` object, and it includes properties such as `EnvironmentName` and `Name` to define the environment to be deleted."],["The `Name` property within `DeleteEnvironmentRequest` is a required string that specifies the environment to delete, which should follow a certain format, and can refer to either a default environment or a different environment with a specified ID."]]],[]]