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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for deleting environments in the Dialogflow CX API."],["The latest version of this class is 2.23.0, and the page provides links to the documentation for versions ranging from 1.0.0 to 2.23.0."],["The `DeleteEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling and object comparison."],["The class includes properties like `EnvironmentName` (a typed resource name) and `Name` (a string representing the environment's resource path) to identify the environment to be deleted."],["There are two constructors available: one default constructor and another that takes another instance of `DeleteEnvironmentRequest` to copy its properties, along with inherited members and an assembly."]]],[]]