Class Version (0.7.1)

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

Represents a version of a flow. .. attribute:: name

Format: projects/

:type: str

Attributes

NameDescription
display_name str
Required. The human-readable name of the version. Limit of 64 characters.
description str
The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
nlu_settings google.cloud.dialogflowcx_v3beta1.types.NluSettings
Output only. The NLU settings of the flow at version creation.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Create time of the version.
state google.cloud.dialogflowcx_v3beta1.types.Version.State
Output only. The state of this version. This field is read-only and cannot be set by create and update methods.

Classes

State

State(value)

The state of the version.