public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteEnvironmentRequest.
The request message for
[Environments.DeleteEnvironment][google.cloud.dialogflow.v2.Environments.DeleteEnvironment].
[[["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 document provides reference documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0."],["The `DeleteEnvironmentRequest` class is used to construct a request message for deleting an environment, as part of the `Environments.DeleteEnvironment` operation in the Dialogflow API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The document lists previous versions of the `DeleteEnvironmentRequest` class, with the latest version being 4.26.0, as well as many other prior versions."],["Key properties of the `DeleteEnvironmentRequest` class include `EnvironmentName` (which is an EnvironmentName type) and `Name` (which is a string specifying the environment to delete), with the correct format provided."]]],[]]