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 a comprehensive list of versions for `GetVersionRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the latest version being 2.23.0."],["`GetVersionRequest` is a class used to retrieve a specific version in Dialogflow CX, as part of the `google.cloud.dialogflow.cx.v3.Versions.GetVersion` request message."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability."],["The class `GetVersionRequest` includes two constructors and two properties: `Name`, representing the resource name, and `VersionName`, providing a typed view of the resource name."]]],[]]