RankedChoiceDecisionValue
The decision the ranked choice automation algorithm made when evaluating a particular choice.
enum RankedChoiceDecisionValue {
  SIGNUP
  SKIP_CHOICE
  SKIP_USER
  WAITLIST
}
Values
RankedChoiceDecisionValue.SIGNUP
Sign the user up for the chosen event
RankedChoiceDecisionValue.SKIP_CHOICE
Skip this choice but continue evaluating this user's ranked choices
RankedChoiceDecisionValue.SKIP_USER
Skip all remaining choices for this user
RankedChoiceDecisionValue.WAITLIST
Sign the user up in the waitlist for the chosen event
Member Of
RankedChoiceDecision  object ● RankedChoiceDecisionFiltersInput  input