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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
[[["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-04-09 UTC."],[[["The latest version available is 2.23.0, but the current documentation page is for version 2.22.0 of the Dialogflow v3 API's GetVersionRequest."],["This document provides reference and code samples for the `GetVersionRequest` class within the Dialogflow v3 API for the .NET framework."],["The `GetVersionRequest` class is used to retrieve a specific version and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Name` (a string representing the version's resource name) and `VersionName` (a `VersionName` typed view over the `Name` property)."],["There is a comprehensive list of available versions ranging from 1.0.0 up to 2.23.0, each linking to its own specific documentation page for `GetVersionRequest`."]]],[]]