Dialogflow v3 API - Class Environment.Types.VersionConfig (2.8.0)

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

Reference documentation and code samples for the Dialogflow v3 API class Environment.Types.VersionConfig.

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(VersionConfig)

public VersionConfig(Environment.Types.VersionConfig other)
Parameter
NameDescription
otherEnvironmentTypesVersionConfig

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