User Adaptive Score
query User($user_id: String) {
user(user_id: $user_id) {
engagement {
scores {
slice {
name # name of the score. Ex: OVERALL_SCORE, ATTENTION_SCORE, LEGAL_SCORE, etc
value # value of the score. Between [0, 100] for OVERALL_SCORE and between [0,1] for rest of scores ]
}
}
}
}
}Sub Scores
Score
Comment
Example Wireframe

Last updated