public sealed class VersionConfig : IMessage<Environment.Types.VersionConfig>, IEquatable<Environment.Types.VersionConfig>, IDeepCloneable<Environment.Types.VersionConfig>, IBufferMessage, IMessageConfiguration for the version.
Inheritance
System.Object > Environment.Types.VersionConfigImplements
Google.Protobuf.IMessage<Environment.Types.VersionConfig>, System.IEquatable<Environment.Types.VersionConfig>, Google.Protobuf.IDeepCloneable<Environment.Types.VersionConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
VersionConfig()
public VersionConfig()VersionConfig(Environment.Types.VersionConfig)
public VersionConfig(Environment.Types.VersionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment.Types.VersionConfig |
Properties
Version
public string Version { get; set; }Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|