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 \ VersionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not specified. This value is not used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1Version is not ready to serve (e.g. training is running).
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2Training has succeeded and this version is ready to serve.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3Version training failed.
Generated from protobuf enum FAILED = 3;