Regarding stories

Hello guys , i am trying to build a chatbot but i got stuck in stories like want to make my stories as iterative any ideas like how can i make my stories iterative .

Hi @Beherasaptami ! can you please explain what you mean with ‘iterative’? Perhaps an example would help

like the below story: greet

  • utter_greet
  • current_matches
    • action_match_news -utter_did_that_help
  • old_matches
    • action_old_matches -utter_did_that_help
  • affirm or thanks
    • utter_gratitude
  • goodbye
    • utter_goodbye i want this action match should be iterative like if will ask 4-5 times the same questions then also it should work …i mean looping of stories …

ah! for that you probably want Retrieval Actions

thanks @amn41 will look into it