Module: Google::Cloud::Ces::V1beta::Evaluation::Scenario::UserGoalBehavior
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
The expected behavior of the user goal. This is used to determine whether the scenario is successful.
Constant Summary collapse
- USER_GOAL_BEHAVIOR_UNSPECIFIED =
Behavior unspecified. Will default to USER_GOAL_SATISFIED.
0- USER_GOAL_SATISFIED =
The user goal should be completed successfully.
1- USER_GOAL_REJECTED =
The user goal should be rejected.
2- USER_GOAL_IGNORED =
Ignore the user goal status.
3