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 provides documentation for the `GetVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, inheritance, and implementations."],["The `GetVersionRequest` class is used for requesting a specific version in the Dialogflow API, specifically through the `Versions.GetVersion` method."],["The documentation lists multiple versions of the Dialogflow API, ranging from version 3.2.0 up to the latest version 4.26.0, all of which contain a `GetVersionRequest`."],["The `GetVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVersionRequest` class has two key properties, `Name`, which is a string representing the version's resource name, and `VersionName`, which is a `VersionName` typed view over the `Name` property."]]],[]]