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."],[[["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 down to 3.2.0 are documented."],["The `GetVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one being the default constructor, and the other allowing cloning an existing `GetVersionRequest`."],["The `GetVersionRequest` class includes two properties, `Name`, which is a string representing the version's name, and `VersionName`, which is a strongly-typed view of the `Name` property."]]],[]]