Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

RollbackIncreasedAchievementProgressEffectProps.md

File metadata and controls

16 lines (12 loc) · 1.1 KB

RollbackIncreasedAchievementProgressEffectProps

The properties specific to the "rollbackIncreasedAchievementProgress" effect. This gets triggered whenever a closed session where the increaseAchievementProgress effect was triggered is cancelled. This is applicable only when the customer has not completed the achievement.

Properties

Name Type Description Notes
achievement_id int The internal ID of the achievement.
achievement_name str The name of the achievement.
progress_tracker_id int The internal ID of the achievement progress tracker.
decrease_progress_by float The value by which the customer's current progress in the achievement is decreased.
current_progress float The current progress of the customer in the achievement.
target float The target value to complete the achievement.

[Back to Model list] [Back to API list] [Back to README]