public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.GetVersion][google.cloud.dialogflow.v2.Versions.GetVersion].
[[["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-04-17 UTC."],[[["The page details the `GetVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, with the latest version being 4.26.0 and going down to 3.2.0."],["`GetVersionRequest` is a message class used for requesting a specific version in Dialogflow, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVersionRequest` class includes properties like `Name` (a string for the version's resource name) and `VersionName` (a `VersionName`-typed view over the resource name)."],["The page offers a list of older versions for the class, for users that are working with older versions of the software."],["The `GetVersionRequest` class has two constructors: a default constructor `GetVersionRequest()` and a constructor that accepts another `GetVersionRequest` object `GetVersionRequest(GetVersionRequest other)`."]]],[]]