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-09 UTC."],[[["The latest version available is 4.26.0, while the content provides links to a wide array of previous versions, down to version 3.2.0, for Google.Cloud.Dialogflow.V2."],["The `GetVersionRequest` class, a message used for retrieving version information, is part of the Google.Cloud.Dialogflow.V2 namespace and is available in the Google.Cloud.Dialogflow.V2.dll assembly."],["The `GetVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as equality checks and deep cloning."],["The class features a constructor for creating a new `GetVersionRequest` and another to copy an existing instance, along with properties like `Name` (a string) and `VersionName` (a typed resource name) for retrieving the name of the version."]]],[]]