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."],[[["The latest version available for `DeleteEnvironmentRequest` within the Google Cloud Dialogflow V2 API is 4.26.0, while it also provides access to a range of older versions, down to 3.2.0."],["`DeleteEnvironmentRequest` is a class used within the Google Cloud Dialogflow v2 API to request the deletion of an environment."],["The class `DeleteEnvironmentRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting methods like `GetHashCode`, `GetType`, and `ToString` from `object`."],["`DeleteEnvironmentRequest` has two constructors, a default constructor, and another one that accepts `DeleteEnvironmentRequest` as a parameter."],["The class has two main properties, `EnvironmentName` which is of the type `EnvironmentName` and `Name` which is of the type string, and it also requires the environment name to delete and accepts it in 2 formats."]]],[]]