public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteEnvironmentRequest.
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."],[[["The latest version available for `DeleteEnvironmentRequest` within the Google Cloud Dialogflow V2 API is 4.26.0, while it also provides access to a range of older versions, down to 3.2.0."],["`DeleteEnvironmentRequest` is a class used within the Google Cloud Dialogflow v2 API to request the deletion of an environment."],["The class `DeleteEnvironmentRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting methods like `GetHashCode`, `GetType`, and `ToString` from `object`."],["`DeleteEnvironmentRequest` has two constructors, a default constructor, and another one that accepts `DeleteEnvironmentRequest` as a parameter."],["The class has two main properties, `EnvironmentName` which is of the type `EnvironmentName` and `Name` which is of the type string, and it also requires the environment name to delete and accepts it in 2 formats."]]],[]]