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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]