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 for .NET development."],["The `DeleteVersionRequest` class is used to formulate a request to delete a version within Dialogflow, and it inherits from various interfaces and an object class."],["The page lists available versions of the API, with version 4.26.0 being the latest and 4.12.0, the version associated with the `DeleteVersionRequest` class, currently displayed."],["Key properties of `DeleteVersionRequest` include `Name`, which is a string representing the version's resource name, and `VersionName`, a typed view of the name."],["The class implements the ability to set and get a name for a version to be deleted, and it also has two constructors, one with no arguments and one that takes in a `DeleteVersionRequest` as an argument."]]],[]]