Enum Experiment.State (0.52.0)

public enum Experiment.State extends Enum<Experiment.State> implements ProtocolMessageEnum

The state of the experiment.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.Experiment.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DONE

The experiment is done.

DONE = 3;

DONE_VALUE

The experiment is done.

DONE = 3;

DRAFT

The experiment is created but not started yet.

DRAFT = 1;

DRAFT_VALUE

The experiment is created but not started yet.

DRAFT = 1;

ROLLOUT_FAILED

The experiment with auto-rollout enabled has failed.

ROLLOUT_FAILED = 4;

ROLLOUT_FAILED_VALUE

The experiment with auto-rollout enabled has failed.

ROLLOUT_FAILED = 4;

RUNNING

The experiment is running.

RUNNING = 2;

RUNNING_VALUE

The experiment is running.

RUNNING = 2;

STATE_UNSPECIFIED

State unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()