public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.cx.v3.Environments.DeleteEnvironment].
Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment] to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>.
[[["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, which is used to request the deletion of an environment within the Google Cloud Dialogflow CX API."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["It provides methods to get or set the name of the environment to be deleted, allowing the specification of the environment using the `EnvironmentName` or `Name` property."],["This class has been revised many times, having various versions from 1.0.0, all the way to the most recent version of 2.23.0, and it implements multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The class inherits from the Object class, it provides constructor overloads for creating new `DeleteEnvironmentRequest` instances, and contains inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]