Class UserGoalBehavior (0.3.0)

UserGoalBehavior(value)

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

Enums

Name Description
USER_GOAL_BEHAVIOR_UNSPECIFIED Behavior unspecified. Will default to USER_GOAL_SATISFIED.
USER_GOAL_SATISFIED The user goal should be completed successfully.
USER_GOAL_REJECTED The user goal should be rejected.
USER_GOAL_IGNORED Ignore the user goal status.