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-04-09 UTC."],[[["This page provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with version 4.25.0 highlighted."],["The `DeleteEnvironmentRequest` class is used to send a request to delete an environment in Dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes a list of links to the documentation for multiple versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, allowing users to access the documentation of each release."],["The class includes properties like `Name` and `EnvironmentName`, with the `Name` property requiring the full path of the environment to be deleted, and the page shows the expected format."],["The documentation describes two constructors, the default `DeleteEnvironmentRequest()` and a copy constructor `DeleteEnvironmentRequest(DeleteEnvironmentRequest other)` that takes another DeleteEnvironmentRequest as a parameter."]]],[]]