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 v3 API, with the latest version being 2.23.0."],["The `DeleteEnvironmentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented as a public sealed class."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it's compatible with Google Protobuf functionalities."],["The `DeleteEnvironmentRequest` class has two constructors, one default and another that accepts a `DeleteEnvironmentRequest` object as a parameter, and it also contains properties for managing the `EnvironmentName` and `Name` of the environment to be deleted."],["The page lists various versions of the `DeleteEnvironmentRequest`, spanning from version 1.0.0 up to the most recent version 2.23.0, which provides users with links to the documentation for each version."]]],[]]