Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class State.
The state of the deployment.
Protobuf type google.cloud.dialogflow.cx.v3.Deployment.State
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ DeploymentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The deployment is running.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2The deployment succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The deployment failed.
Generated from protobuf enum FAILED = 3;