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."],[[["The page provides documentation for the `DeleteEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting the deletion of an environment in Dialogflow CX."],["It lists various versions of the `DeleteEnvironmentRequest` class, ranging from version 1.0.0 up to the latest, 2.23.0, each linking to their respective documentation."],["The `DeleteEnvironmentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `DeleteEnvironmentRequest` class include `EnvironmentName`, a typed view over the resource name, and `Name`, which is the required identifier for the environment to be deleted, along with its specific format."],["Two constructors are available, a default one and one to create a new request that is based on another existing `DeleteEnvironmentRequest`."]]],[]]