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 page provides reference documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `GetVersionRequest` class is used to request a specific version of a Dialogflow agent, as indicated by its use in `Versions.GetVersion`."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its functionality in the .NET environment."],["The class contains properties such as `Name` and `VersionName`, used to specify the version being requested, with different supported formats."],["There are multiple versions available, starting from 3.2.0 all the way to the latest version 4.26.0 for the `GetVersionRequest` class."]]],[]]