public enum Evaluation.Scenario.TaskCompletionBehavior extends Enum<Evaluation.Scenario.TaskCompletionBehavior> implements ProtocolMessageEnumThe expected behavior of the user task. This is used to determine whether the scenario is successful.
Protobuf enum google.cloud.ces.v1beta.Evaluation.Scenario.TaskCompletionBehavior
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
TASK_COMPLETION_BEHAVIOR_UNSPECIFIED |
Behavior unspecified. Will default to TASK_SATISFIED. |
TASK_COMPLETION_BEHAVIOR_UNSPECIFIED_VALUE |
Behavior unspecified. Will default to TASK_SATISFIED. |
TASK_REJECTED |
The user task should be rejected. |
TASK_REJECTED_VALUE |
The user task should be rejected. |
TASK_SATISFIED |
The user task should be completed successfully. |
TASK_SATISFIED_VALUE |
The user task should be completed successfully. |
UNRECOGNIZED |
|
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() |
|