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 documentation for the `DeleteEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 API for .NET, specifically version 2.15.0."],["The `DeleteEnvironmentRequest` class is used to structure requests for deleting an environment in Dialogflow CX, as part of the `Environments.DeleteEnvironment` function."],["The API class `DeleteEnvironmentRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, having its own constructors and also allowing for an object to be passed in to create a new object."],["The class contains properties for managing the environment name, specifically `EnvironmentName` which is a typed-view and `Name`, which is a string representing the resource name of the environment to be deleted, with a specified format."],["This page provides reference links for previous versions of the API, from version 1.0.0 to 2.23.0, all referencing the `DeleteEnvironmentRequest`."]]],[]]