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"]],[["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 page provides reference documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0."],["The `GetVersionRequest` class is used to retrieve a specific version in Dialogflow and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVersionRequest` class contains properties `Name`, a required string representing the version's name, and `VersionName`, which is a typed view of the `Name` property."],["The page lists all available versions of the `GetVersionRequest`, ranging from the latest 4.26.0 down to 3.2.0, with links to the documentation for each version."],["The `GetVersionRequest` can be constructed without parameters, or by passing another `GetVersionRequest` as a parameter."]]],[]]