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 page provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET, detailing its purpose, inheritance, implementation, and available versions."],["The `DeleteEnvironmentRequest` class is used to formulate requests for deleting an environment in Dialogflow, as per the `Environments.DeleteEnvironment` method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are multiple versions available for the `DeleteEnvironmentRequest` class, with version 4.26.0 being the latest and ranging back to version 3.2.0."],["Key properties of the `DeleteEnvironmentRequest` class include `EnvironmentName` (a typed view) and `Name` (a string), which is the required parameter for specifying the environment to be deleted."]]],[]]