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 page provides reference documentation for the `DeleteEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `DeleteEnvironmentRequest` class is used as a request message for deleting environments in the Dialogflow CX v3 API, with the latest version being 2.23.0, and version 2.17.0 being the one in focus."],["It contains properties like `EnvironmentName` and `Name`, which are used to specify the environment to be deleted."],["The page also provides a detailed list of version specific links for the DeleteEnvironmentRequest class, going back to version 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]