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 webpage provides documentation for the `GetVersionRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `GetVersionRequest` class is used as a request message for retrieving a specific version in the Dialogflow API, supporting version names in specified formats."],["This page lists all available versions of the Dialogflow.V2 library, starting from version 3.2.0 to the latest 4.26.0, each of which link to their own respective documentation page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling within the Google Protobuf framework."],["The documentation details two constructors for the `GetVersionRequest` class and two properties: `Name` (a string) and `VersionName`, which provides a typed view of the resource name."]]],[]]