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-03-21 UTC."],[[["This webpage provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.15.0."],["The `DeleteEnvironmentRequest` class is used to construct requests for deleting environments in Dialogflow, and it inherits from various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `EnvironmentName` (typed view) and `Name` (string), with the `Name` property being a required string that specifies the environment to delete, in the format of a resource name, and the environment ID for the default environment being `-`."],["The documentation lists available versions of `DeleteEnvironmentRequest` class, ranging from 3.2.0 to the latest version of 4.26.0."]]],[]]