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 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`."]]],[]]