Checkpoints for Repeating Intents?

## 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!

Hi @sum1l0st. Overall the usage of the checkpoint makes sense, but my first question would be, do you really need a checkpoint for that. Is it the piece of the story which would be repeated in many other example conversations too? Overall, we suggest to be careful with using checkpoints and use them when really necessary