public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetVersionRequest.
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 reference documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The latest version of the API documentation available is 4.26.0, but it also includes documentation for version going back to 3.2.0."],["`GetVersionRequest` is a class used to retrieve version information, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetVersionRequest` class has properties such as `Name` and `VersionName`, that enable retrieval of a version by name."],["The class provides two constructors, one parameterless and another taking another `GetVersionRequest` object as a parameter, and shows inherited member functions."]]],[]]