public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteVersionRequest.
The request message for
[Versions.DeleteVersion][google.cloud.dialogflow.v2.Versions.DeleteVersion].
[[["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 reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically in the .NET environment."],["The content covers a range of versions for the Google.Cloud.Dialogflow.V2 API, from version 3.2.0 up to the latest version of 4.26.0, with 4.13.0 being the primary version described."],["`DeleteVersionRequest` is a class used to construct a request to delete a version within the Dialogflow API, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class contains two properties, `Name` which is a string representing the name of the version, and `VersionName` which is a typed view over the `Name` resource."],["The `DeleteVersionRequest` class can be constructed either with no parameters, or with another `DeleteVersionRequest` object, effectively creating a copy."]]],[]]