public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteEnvironmentRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.13.0."],["The `DeleteEnvironmentRequest` class is used to construct requests for deleting environments in Dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes a comprehensive list of versions for the `DeleteEnvironmentRequest` class, ranging from the latest 4.26.0 down to version 3.2.0, each with its own documentation link."],["The class has properties such as `EnvironmentName` of type `EnvironmentName` and `Name` of type `string`, with the latter being a required parameter specifying the environment to delete."],["The provided documentation highlights the class's inheritance from `object`, along with a `DeleteEnvironmentRequest` constructor and another constructor taking in another `DeleteEnvironmentRequest` as a parameter."]]],[]]