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

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 \ Experiment

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

DRAFT

Value: 1

The experiment is created but not started yet.

Generated from protobuf enum DRAFT = 1;

RUNNING

Value: 2

The experiment is running.

Generated from protobuf enum RUNNING = 2;

DONE

Value: 3

The experiment is done.

Generated from protobuf enum DONE = 3;

ROLLOUT_FAILED

Value: 4

The experiment with auto-rollout enabled has failed.

Generated from protobuf enum ROLLOUT_FAILED = 4;