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."],[[["This page details the `GetVersionRequest` class, which is used to request information about a specific version within the Google Cloud Dialogflow V2 API."],["The latest version of the `GetVersionRequest` available is 4.26.0, and numerous previous versions are documented, spanning from 3.2.0 to 4.25.0."],["`GetVersionRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVersionRequest` class has two constructors: a default constructor and a constructor that takes another `GetVersionRequest` object as a parameter for copying."],["The class includes two properties, `Name` and `VersionName`, used to identify the specific version being requested, with `Name` being a string property and `VersionName` being a typed view of `Name`."]]],[]]