Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class State.
The state of the experiment.
Protobuf type google.cloud.dialogflow.cx.v3.Experiment.State
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExperimentMethods
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;
DRAFT
Value: 1The experiment is created but not started yet.
Generated from protobuf enum DRAFT = 1;
RUNNING
Value: 2The experiment is running.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3The experiment is done.
Generated from protobuf enum DONE = 3;
ROLLOUT_FAILED
Value: 4The experiment with auto-rollout enabled has failed.
Generated from protobuf enum ROLLOUT_FAILED = 4;