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 version 4.10.0."],["The `DeleteVersionRequest` class is used to construct request messages for deleting versions in Dialogflow, and it inherits from the `object` class, while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors of `DeleteVersionRequest`, including a parameterless constructor and one that accepts another `DeleteVersionRequest` object for copying."],["Key properties of the `DeleteVersionRequest` class include `Name`, a string specifying the version to be deleted, and `VersionName`, which provides a `VersionName`-typed view of the `Name` property."],["The latest version available for this API is 4.26.0, with a comprehensive list of prior versions all the way back to 3.2.0 being shown."]]],[]]