How to repeat some steps in a story

i want to repeat the action ( - action: action_ask_for_breakfast and - action: utter_did_that_like ) untill the user affirm that is a happy food and he like that , how can i do that without using slots ?

  • story: sad food breakfast steps:

    • intent: breakfast
    • action: action_ask_for_breakfast
    • action: utter_did_that_like
    • intent: sad_food
  • story: happy food steps:

    • intent: happy_food
    • action: utter_happy_meal