public enum Evaluation.Scenario.UserGoalBehavior extends Enum<Evaluation.Scenario.UserGoalBehavior> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
UNRECOGNIZED |
|
USER_GOAL_BEHAVIOR_UNSPECIFIED |
Behavior unspecified. Will default to USER_GOAL_SATISFIED. |
USER_GOAL_BEHAVIOR_UNSPECIFIED_VALUE |
Behavior unspecified. Will default to USER_GOAL_SATISFIED. |
USER_GOAL_IGNORED |
Ignore the user goal status. |
USER_GOAL_IGNORED_VALUE |
Ignore the user goal status. |
USER_GOAL_REJECTED |
The user goal should be rejected. |
USER_GOAL_REJECTED_VALUE |
The user goal should be rejected. |
USER_GOAL_SATISFIED |
The user goal should be completed successfully. |
USER_GOAL_SATISFIED_VALUE |
The user goal should be completed successfully. |
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() |
|