public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetVersionRequest.
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."],[[["This webpage provides reference documentation for the `GetVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET."],["The latest version available is 2.23.0, but the page includes a comprehensive list of versions ranging from 2.23.0 down to 1.0.0 for the `GetVersionRequest` class."],["The `GetVersionRequest` class, inheriting from `Object` and implementing multiple interfaces, is used to request a specific version in Dialogflow CX, through a call to `Versions.GetVersion`."],["The `GetVersionRequest` class features two constructors and two properties: `Name`, a string representing the resource name, and `VersionName`, a typed view over the `Name` resource name property."],["Each version listed on the page links to detailed documentation for the `GetVersionRequest` class corresponding to that version number, like `2.22.0` or `2.10.0` for example."]]],[]]