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."],[[["The webpage provides documentation for the `GetVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The `GetVersionRequest` class is used to retrieve a specific version and is included in versions ranging from 3.2.0 all the way up to the latest, 4.26.0, which can be seen in the list provided."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, supporting various functionalities like cloning and equality checks."],["The `GetVersionRequest` class has properties like `Name` (string) and `VersionName` (VersionName type) to manage the version name and its formatted representation."],["There are two constructors for `GetVersionRequest`, one default and another that accepts an existing `GetVersionRequest` object for copying its attributes."]]],[]]