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."],["The `DeleteEnvironmentRequest` class is used to format a request to delete an environment within Dialogflow, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` class has properties like `EnvironmentName` (a typed view) and `Name` (a string), which is a required parameter used to identify the environment that needs to be deleted."],["The documentation covers various versions of the API, ranging from version 3.2.0 up to 4.26.0, providing links to the reference documentation for each specific version."],["The latest version of the API is version 4.26.0, and the specific documentation provided on the page is for version 4.7.0."]]],[]]