Skip to content

Commit

Permalink
added relapse dialog to definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaccinelli committed Dec 2, 2022
1 parent 0cda692 commit 30fcfbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ class ExecutionInterventionComponents(str, Enum):
GENERAL_ACTIVITY = 'general_activity'
WEEKLY_REFLECTION = 'weekly_reflection'
DAILY_REFLECTION = 'daily_reflection'
RELAPSE_DIALOG = 'relapse_dialog'


class ExecutionInterventionComponentsTriggers(str, Enum):
EXECUTION_INTRODUCTION = 'EXTERNAL_trigger_execution_introduction'
GENERAL_ACTIVITY = 'EXTERNAL_trigger_general_activity'
WEEKLY_REFLECTION = 'EXTERNAL_weekly_reflection'
DAILY_REFLECTION = 'EXTERNAL_daily_reflection'
RELAPSE_DIALOG = 'EXTERNAL_relapse_dialog'


class DialogQuestionsEnum(Enum):
Expand Down

0 comments on commit 30fcfbe

Please sign in to comment.