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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically under version 4.2.0."],["The `GetVersionRequest` class is used to retrieve a specific version in the Dialogflow API and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `Name` (a string representing the version's name in a specific format) and `VersionName` (a typed view over the name property) that are essential to define the request."],["The page lists all the available versions from 4.26.0 down to 3.2.0, allowing access to documentation for the `GetVersionRequest` for each version."],["The page also provides information on the class constructors such as the default `GetVersionRequest()` and `GetVersionRequest(GetVersionRequest other)` along with its parameter details."]]],[]]