Class TaskCompletionBehavior (0.3.0)

TaskCompletionBehavior(value)

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

Enums

Name Description
TASK_COMPLETION_BEHAVIOR_UNSPECIFIED Behavior unspecified. Will default to TASK_SATISFIED.
TASK_SATISFIED The user task should be completed successfully.
TASK_REJECTED The user task should be rejected.