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 webpage provides reference documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["`DeleteEnvironmentRequest` is used to construct a request for deleting an environment in Dialogflow, as per the Environments.DeleteEnvironment method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities for message handling and object manipulation."],["The `DeleteEnvironmentRequest` class contains two properties, `EnvironmentName` and `Name`, where `Name` specifies the environment to be deleted using the format: `projects/\u003cProject ID\u003e/agent/environments/\u003cEnvironment ID\u003e` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/environments/\u003cEnvironment ID\u003e`."],["The webpage shows a list of all available versions of the `DeleteEnvironmentRequest`, with version 4.26.0 being the latest and version 3.2.0 being the oldest in the list."]]],[]]