public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteEnvironmentRequest.
The request message for
[Environments.DeleteEnvironment][google.cloud.dialogflow.cx.v3.Environments.DeleteEnvironment].
Required. The name of the
[Environment][google.cloud.dialogflow.cx.v3.Environment] to delete. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.
[[["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.Cx.V3 namespace for the .NET environment."],["The `DeleteEnvironmentRequest` class, found in the Google.Cloud.Dialogflow.Cx.V3.dll assembly, is used to formulate a request for deleting an environment in the Dialogflow CX v3 API, as specified by the `Environments.DeleteEnvironment` method."],["The documentation details the class's inheritance, which includes implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also lists inherited members from the base object class."],["The class includes the `EnvironmentName` and `Name` properties, with the latter being a required field specifying the full resource name of the environment to be deleted."],["This page details all versions of the `DeleteEnvironmentRequest`, with version 2.23.0 being the latest and version 1.0.0 being the oldest one documented."]]],[]]