Class Version (2.5.0)

Version(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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 <https://cloud.google.com/dialogflow/docs/agents-versions>__.

Attributes

NameDescription
name str
Output only. The unique identifier of this agent version. Supported formats: - projects/ - projects/
description str
Optional. The developer-provided description of this version.
version_number int
Output only. The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
status google.cloud.dialogflow_v2beta1.types.Version.VersionStatus
Output only. The status of this version. This field is read-only and cannot be set by create and update methods.

Classes

VersionStatus

VersionStatus(value)

The status of a version.