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 for .NET developers."],["The `GetVersionRequest` class is used to retrieve information about a specific version of a Dialogflow agent, through the `Versions.GetVersion` method."],["The latest version available in the documentation is 4.26.0, while the page is presenting the 4.3.0 documentation."],["The documentation details the class's inheritance, the interfaces it implements, inherited members, and the constructors and properties available for use."],["The `GetVersionRequest` class has two main properties: `Name` which is a string that contains the version's name, and `VersionName` which contains a `VersionName` object."]]],[]]