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