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 page details the `DeleteEnvironmentRequest` class, which is used to request the deletion of an environment within the Google Cloud Dialogflow CX platform."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in various versions, from 1.0.0 up to the latest, 2.23.0."],["`DeleteEnvironmentRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The `DeleteEnvironmentRequest` class has two constructors: a default constructor and a constructor that accepts another `DeleteEnvironmentRequest` object for copying, and also includes two properties `EnvironmentName` and `Name`."],["The `Name` property of the `DeleteEnvironmentRequest` class is required and takes a string in a specific format that is used to identify the environment that will be deleted."]]],[]]