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 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."]]],[]]