public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetVersionRequest.
The request message for
[Versions.GetVersion][google.cloud.dialogflow.v2beta1.Versions.GetVersion].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `GetVersionRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for the .NET environment."],["`GetVersionRequest` is a request message used for retrieving a specific version in Dialogflow via `Versions.GetVersion`."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes properties `Name` which is a required string, representing the resource name of the requested version, and `VersionName`, which is a typed representation of the version name."],["The class has two constructors, a default constructor, and a copy constructor that takes another `GetVersionRequest` as a parameter."]]],[]]