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-06-12 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 API is 4.26.0, with a comprehensive list of available versions ranging from 3.2.0 to 4.26.0, each with its corresponding documentation link."],["The `GetVersionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetVersionRequest` class include `Name`, which is a string representing the version's name, and `VersionName`, which is a typed view over the name property, useful for managing resource names."],["The class provides two constructors: a default constructor `GetVersionRequest()` and an overloaded one `GetVersionRequest(GetVersionRequest other)` that facilitates the creation of a copy of an existing instance."]]],[]]