Module: Google::Cloud::Dialogflow::CX::V3::Experiment::State
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
The state of the experiment.
Constant Summary collapse
- STATE_UNSPECIFIED =
State unspecified.
0- DRAFT =
The experiment is created but not started yet.
1- RUNNING =
The experiment is running.
2- DONE =
The experiment is done.
3- ROLLOUT_FAILED =
The experiment with auto-rollout enabled has failed.
4