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 available for `DeleteEnvironmentRequest` is 2.23.0, as shown by the version links provided."],["This webpage documents the `DeleteEnvironmentRequest` class, which is a request message used for deleting an environment in Google Cloud Dialogflow CX V3."],["The `DeleteEnvironmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The `DeleteEnvironmentRequest` class includes properties such as `EnvironmentName` and `Name`, which are used to specify the environment to be deleted, with the `Name` property requiring a specific formatting."],["The page provides information on available constructors for the DeleteEnvironmentRequest class, one default and the other taking another DeleteEnvironmentRequest object as a parameter."]]],[]]