public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteVersionRequest.
The request message for
[Versions.DeleteVersion][google.cloud.dialogflow.v2beta1.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 documentation is for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["`DeleteVersionRequest` is the request message used to delete a version via the `Versions.DeleteVersion` method."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteVersionRequest\u003e`, `IDeepCloneable\u003cDeleteVersionRequest\u003e`, and `IBufferMessage`."],["The `DeleteVersionRequest` class has two constructors: a default constructor and one that takes another `DeleteVersionRequest` as a parameter."],["The class contains two properties, `Name` which is a required string field representing the name of the version to delete and `VersionName` that is a `VersionName`-typed view over the `Name`."]]],[]]