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 .NET library, specifically version 3.7.0, and provides links to documentation for multiple versions ranging from 3.2.0 to 4.26.0."],["`DeleteEnvironmentRequest` is a message type used to request the deletion of an environment within Dialogflow, as part of the `Environments.DeleteEnvironment` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["It includes two constructors, a default constructor and one that takes another `DeleteEnvironmentRequest` instance, as well as two properties: `EnvironmentName` and `Name`."],["The `Name` property is required and specifies the resource name of the environment to delete, following a specific format for both project-level and location-specific environments."]]],[]]