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."],[[["This page details the `DeleteEnvironmentRequest` class, which is used to request the deletion of an environment within the Google Cloud Dialogflow V2 service."],["The `DeleteEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class provides two constructors: a default constructor and one that takes another `DeleteEnvironmentRequest` object for copying."],["It has two key properties: `EnvironmentName` which is a typed view over the resource name and `Name`, a string representing the required environment name, using a specified format for the deletion."],["The webpage includes a list of links to the `DeleteEnvironmentRequest` documentation for versions of the Google Cloud Dialogflow V2 API ranging from 3.2.0 to 4.26.0, with the latest version being 4.26.0."]]],[]]