Class Environment.Types.VersionConfig (1.1.0)

public sealed class VersionConfig : IMessage<Environment.Types.VersionConfig>, IEquatable<Environment.Types.VersionConfig>, IDeepCloneable<Environment.Types.VersionConfig>, IBufferMessage, IMessage

Configuration for the version.

Inheritance

Object > Environment.Types.VersionConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

VersionConfig()

public VersionConfig()

VersionConfig(Environment.Types.VersionConfig)

public VersionConfig(Environment.Types.VersionConfig other)
Parameter
NameDescription
otherEnvironment.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
TypeDescription
String