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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>.
[[["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 document provides reference information for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API for .NET, with version 2.7.0 being the currently viewed version."],["The `DeleteEnvironmentRequest` class is used to request the deletion of an environment in Dialogflow CX and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 2.23.0, and the document provides links to the reference documentation for a comprehensive range of previous versions, including versions 2.x.x all the way down to 1.0.0."],["The class includes properties `Name`, which is a string representing the fully qualified resource name of the `Environment`, and `EnvironmentName`, which is a typed view over the name of the environment."],["The class has two constructors: a parameterless one, `DeleteEnvironmentRequest()`, and another that accepts another `DeleteEnvironmentRequest` as a parameter, used for copying, `DeleteEnvironmentRequest(DeleteEnvironmentRequest other)`."]]],[]]