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-03-21 UTC."],[[["The page documents the `GetVersionRequest` class, which is used to request information about a specific version within the Google Cloud Dialogflow V2 API."],["It lists numerous historical versions of the `GetVersionRequest` class, from version 3.2.0 up to the latest version 4.26.0."],["The `GetVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility with various functionalities."],["This class has two constructors, one default and one that takes another `GetVersionRequest` object to copy its data, and also features two properties, `Name` which is a string, and `VersionName` which is of type `VersionName`."]]],[]]