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 latest version available is 2.23.0, representing the most recent update for the `GetVersionRequest` in the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The document outlines a comprehensive version history of the `GetVersionRequest`, spanning from version 1.0.0 to 2.23.0, allowing developers to track changes across releases."],["`GetVersionRequest` is a class designed for requesting a specific version, implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and integration."],["The `GetVersionRequest` class includes two constructors and two properties: `Name`, which is a string and is required to give the format of a version, and `VersionName`, which is a typed view of the `Name` property, within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This document is the documentation for the `GetVersionRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the Google Cloud Platform, and it is used to get the name of a version of a resource."]]],[]]