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 page provides documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.10.0."],["The `GetVersionRequest` class is used to request a specific version from the Dialogflow API and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It lists the available versions of the Dialogflow v2 API, ranging from 4.0.0 to 4.26.0, with the latter being the latest release."],["The documentation shows that the `GetVersionRequest` class has properties `Name` and `VersionName`, where `Name` is a string for specifying the version name and `VersionName` is a `VersionName` type view of the name resource property."],["The `GetVersionRequest` class has two constructors: a default constructor and a copy constructor, taking another `GetVersionRequest` as a parameter."]]],[]]