public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteEnvironmentRequest.
The request message for
[Environments.DeleteEnvironment][google.cloud.dialogflow.v2beta1.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 documentation is for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta20."],["The `DeleteEnvironmentRequest` class is used to create request messages for deleting environments, as defined by `Environments.DeleteEnvironment`."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with a `DeleteEnvironmentRequest` type."],["The class includes two constructors: a default constructor and one that takes another `DeleteEnvironmentRequest` object as a parameter for creating a new instance."],["It also has properties named `EnvironmentName` and `Name`, with the latter requiring the environment's full name to specify which environment to delete, following the specific format described."]]],[]]