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"]],[["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 webpage provides reference documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `DeleteEnvironmentRequest` class is used to delete an environment within Google Cloud Dialogflow, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of the `DeleteEnvironmentRequest` class ranging from the latest version 4.26.0 to version 3.2.0 and displays the properties and functionalities that it contains."],["The class has properties such as `EnvironmentName` (a typed view) and `Name` (the environment's name as a string) which are required to initiate deletion."],["This class inherits from the base `object` class, while also presenting inherited members like `GetHashCode()`, `GetType()` and `ToString()` for use."]]],[]]