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>.
Property Value
Type
Description
System.String
VersionName
public VersionName VersionName { get; set; }
VersionName-typed view over the Name resource name property.
[[["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, accessible via the provided link."],["This page contains a comprehensive list of versions for the `GetVersionRequest` in the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 up to 2.23.0."],["`GetVersionRequest` is a message class used to request a specific version within the Dialogflow CX environment, implementing multiple interfaces for message handling and cloning."],["The `GetVersionRequest` class includes properties like `Name` (a string) and `VersionName`, which are used to specify the desired version using a formatted string or `VersionName`-typed data respectively."],["The documentation provides details on the constructors for `GetVersionRequest` and the members it inherits from `System.Object`."]]],[]]