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"]],[["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."],[[["The latest version available is 2.23.0, as indicated in the version list of available documentation."],["This page provides documentation for various versions of `GetVersionRequest`, ranging from version 1.0.0 up to the latest version 2.23.0."],["`GetVersionRequest` is a class used to request a specific version, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetVersionRequest` class includes two constructors and two properties: `Name` (a string) and `VersionName` (a `VersionName`-typed view)."],["The `Name` property within the `GetVersionRequest` class is a required field, representing the name of a specific version, and follows a specific format for identifying resources."]]],[]]