## Opened
* OPEN
- utter_open
> check_opened
## Repeat Opening
> check_opened
* OPEN REPEAT
- utter_open_repeat
> check_opened
where you can imagine utter_open
: “Would you like to donate to Organization X?”, and if the user did not understand or asked the bot to say again with`utter_open_repeat": “Oh I was just saying that, would you like to donate to Organization X?”.
Would having checkpoints done the way above make sense? Or would it cause over-complications to the bot?
Thank you!