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-03-21 UTC."],[[["The latest version available for the `DeleteEnvironmentRequest` class in the Dialogflow v3 API is 2.23.0."],["The `DeleteEnvironmentRequest` class is used to request the deletion of an environment within Dialogflow CX."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` requires a `Name` property, which specifies the resource name of the environment to delete, formatted as `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e`."],["The class also contains an `EnvironmentName` property to allow for an EnvironmentName-typed view over the `Name` property, as well as constructors to create new instances of `DeleteEnvironmentRequest`."]]],[]]