Google Cloud Dialogflow v2 API - Class Version (4.16.0)

public sealed class Version : IMessage<Version>, IEquatable<Version>, IDeepCloneable<Version>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Version.

You can create multiple versions of your agent and publish them to separate environments.

When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent.

When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for:

  • testing
  • development
  • production
  • etc.

For more information, see the versions and environments guide.

Inheritance

object > Version

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Version()

public Version()

Version(Version)

public Version(Version other)
Parameter
NameDescription
otherVersion

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. The developer-provided description of this version.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Output only. The unique identifier of this agent version. Supported formats:

  • projects/<Project ID>/agent/versions/<Version ID>
  • projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>
Property Value
TypeDescription
string

Status

public Version.Types.VersionStatus Status { get; set; }

Output only. The status of this version. This field is read-only and cannot be set by create and update methods.

Property Value
TypeDescription
VersionTypesVersionStatus

VersionName

public VersionName VersionName { get; set; }

VersionName-typed view over the Name resource name property.

Property Value
TypeDescription
VersionName

VersionNumber

public int VersionNumber { get; set; }

Output only. The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.

Property Value
TypeDescription
int