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 deleting environments in the Dialogflow API."],["The latest version of the API documentation for `DeleteEnvironmentRequest` is 4.26.0, with a comprehensive list of previous versions dating back to 3.2.0, which can be found in the list on the page."],["The `DeleteEnvironmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["The `DeleteEnvironmentRequest` class has two constructors, one being a parameterless constructor, and the other taking another `DeleteEnvironmentRequest` object as a parameter."],["The class contains properties for managing environment deletion, specifically `EnvironmentName` (a strongly-typed view) and `Name` (a string), to indicate the environment targeted for deletion."]]],[]]