public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.v2.Environments.DeleteEnvironment].
[[["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 details the `DeleteEnvironmentRequest` class, which is used to request the deletion of an environment within the Google Cloud Dialogflow V2 service."],["It provides a list of available versions of the Google Cloud Dialogflow V2 API, ranging from version 4.26.0 (latest) down to version 3.2.0, with links to specific documentation for the `DeleteEnvironmentRequest` in each version."],["The `DeleteEnvironmentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The `DeleteEnvironmentRequest` class has two constructors and includes two properties, `EnvironmentName` and `Name`, to specify the environment targeted for deletion, including the `Name` property which is required and describes the correct format for specifying the environment."],["The namespace for this class is `Google.Cloud.Dialogflow.V2`, located in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]