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 webpage provides reference documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `DeleteEnvironmentRequest` class is used to structure the request message for deleting an environment in Dialogflow, offering the ability to target environments with the appropriate ID."],["The documentation covers a range of versions for this class, from 3.2.0 up to the latest, 4.26.0, showing a history of the evolution of this class."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which shows its integration with Google's .NET Protocol Buffer framework."],["The documentation lists the various properties and constructors available for the class, such as `EnvironmentName` and `Name`, with explanations for their use in the context of the API."]]],[]]