Dialogflow v3 API - Class Environment.Types.VersionConfig (2.21.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
Name Description
other EnvironmentTypesVersionConfig

Properties

Version

public string Version { get; set; }

Required. Both flow and playbook versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.

Property Value
Type Description
string

VersionAsVersionName

public VersionName VersionAsVersionName { get; set; }

VersionName-typed view over the Version resource name property.

Property Value
Type Description
VersionName