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 page provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `DeleteVersionRequest` class is used to construct request messages for the `Versions.DeleteVersion` method, which is used to delete a specified version."],["The latest version available for `DeleteVersionRequest` is 4.26.0, but multiple previous versions are also listed, spanning from 3.2.0 to 4.25.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing functionality such as creating, comparing, and cloning message instances."],["`DeleteVersionRequest` includes properties like `Name` (a string representing the version's resource name) and `VersionName` (a `VersionName`-typed view of the resource name), along with constructors for creating instances."]]],[]]