Module: Google::Cloud::Ces::V1beta::Evaluation::Scenario::TaskCompletionBehavior

Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

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

Constant Summary collapse

TASK_COMPLETION_BEHAVIOR_UNSPECIFIED =

Behavior unspecified. Will default to TASK_SATISFIED.

0
TASK_SATISFIED =

The user task should be completed successfully.

1
TASK_REJECTED =

The user task should be rejected.

2