Google Cloud Dialogflow Cx V3 Client - Class State (0.1.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class State.

The state of the version.

Protobuf type google.cloud.dialogflow.cx.v3.Version.State

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Version

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not specified. This value is not used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

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

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

Training has succeeded and this version is ready to serve.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

Version training failed.

Generated from protobuf enum FAILED = 3;