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 document provides reference information for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.21.0."],["The `GetVersionRequest` class is used to request information about a specific version in Dialogflow, as seen within the available documented versions that range from 4.26.0 down to 3.2.0."],["The `GetVersionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is shown to inherit from the base `object` class."],["This class has two constructors, `GetVersionRequest()` and `GetVersionRequest(GetVersionRequest other)`, which allow for the creation of an empty instance or a clone of an existing instance."],["The `GetVersionRequest` class contains two properties, `Name`, a string for the version name, and `VersionName`, which is a typed view of the `Name` property."]]],[]]