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 latest version of the `DeleteEnvironmentRequest` is 2.23.0, as shown by the provided link."],["This page documents the `DeleteEnvironmentRequest` class, which is used for requests to delete an environment within the Dialogflow CX V3 API, spanning various versions."],["The `DeleteEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors and includes properties for setting the environment's name, `EnvironmentName` and `Name`, to specify which environment should be deleted."],["There is a comprehensive list of available versions from 1.0.0 up to the latest version, 2.23.0, for the `DeleteEnvironmentRequest`."]]],[]]