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 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."]]],[]]