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, specifically for .NET."],["The latest version of the API documented here is 4.26.0, with documentation available for versions ranging from 3.2.0 to 4.26.0, for the same class."],["`DeleteEnvironmentRequest` is the request message used for deleting environments, according to the Dialogflow v2 API, and it implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteEnvironmentRequest` class has two constructors and two main properties, `EnvironmentName` and `Name`, which are used to specify the environment to be deleted."],["The required `Name` property, a string, specifies the environment to be deleted, in a precise format including the project ID and the environment ID, whereas the environment ID for the default environment is '-'."]]],[]]