public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.GetVersion][google.cloud.dialogflow.cx.v3.Versions.GetVersion].
Required. The name of the [Version][google.cloud.dialogflow.cx.v3.Version].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>.
[[["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."],[[["The webpage provides documentation for the `GetVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetVersionRequest` class is used to request a specific version in the Dialogflow CX API, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is for version 2.23.0, and it lists versions spanning from 2.22.0 down to 1.0.0."],["The `GetVersionRequest` class has properties such as `Name`, a string that holds the resource name, and `VersionName`, providing a strongly-typed representation of the name."],["The documentation details the constructors available for the class, including a default constructor and one that accepts another `GetVersionRequest` object as a parameter."]]],[]]