Google Cloud Dialogflow V2 Client - Class VersionStatus (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class VersionStatus.

The status of a version.

Protobuf type google.cloud.dialogflow.v2.Version.VersionStatus

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Version

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VERSION_STATUS_UNSPECIFIED

Value: 0

Not specified. This value is not used.

Generated from protobuf enum VERSION_STATUS_UNSPECIFIED = 0;

IN_PROGRESS

Value: 1

Version is not ready to serve (e.g. training is in progress).

Generated from protobuf enum IN_PROGRESS = 1;

READY

Value: 2

Version is ready to serve.

Generated from protobuf enum READY = 2;

FAILED

Value: 3

Version training failed.

Generated from protobuf enum FAILED = 3;