Enum Evaluation.Scenario.UserGoalBehavior (0.3.0)

public enum Evaluation.Scenario.UserGoalBehavior extends Enum<Evaluation.Scenario.UserGoalBehavior> implements ProtocolMessageEnum

The expected behavior of the user goal. This is used to determine whether the scenario is successful.

Protobuf enum google.cloud.ces.v1beta.Evaluation.Scenario.UserGoalBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
USER_GOAL_BEHAVIOR_UNSPECIFIED

Behavior unspecified. Will default to USER_GOAL_SATISFIED.

USER_GOAL_BEHAVIOR_UNSPECIFIED = 0;

USER_GOAL_BEHAVIOR_UNSPECIFIED_VALUE

Behavior unspecified. Will default to USER_GOAL_SATISFIED.

USER_GOAL_BEHAVIOR_UNSPECIFIED = 0;

USER_GOAL_IGNORED

Ignore the user goal status.

USER_GOAL_IGNORED = 3;

USER_GOAL_IGNORED_VALUE

Ignore the user goal status.

USER_GOAL_IGNORED = 3;

USER_GOAL_REJECTED

The user goal should be rejected.

USER_GOAL_REJECTED = 2;

USER_GOAL_REJECTED_VALUE

The user goal should be rejected.

USER_GOAL_REJECTED = 2;

USER_GOAL_SATISFIED

The user goal should be completed successfully.

USER_GOAL_SATISFIED = 1;

USER_GOAL_SATISFIED_VALUE

The user goal should be completed successfully.

USER_GOAL_SATISFIED = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()