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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.11.0 and later versions."],["The `DeleteEnvironmentRequest` class is used to format a request for deleting an environment in Google Cloud Dialogflow CX."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one and another that takes a `DeleteEnvironmentRequest` object as an argument for copying."],["Key properties of this class include `EnvironmentName` (typed view over resource name) and `Name` (string of the Environment to be deleted)."]]],[]]