I create this topic in order to inform an error which I encountered during writing stories using interactive learning to handle unhappy path. The correct story should be like this, which is also displayed during the interactive window
just a little chitchat
- buu_cuc_gan_nhat
- nearest_station_form
- form{“name”: “nearest_station_form”}
- slot{“requested_slot”: “local_address”}
- ask_howold
- action_chitchat
- nearest_station_form
- slot{“requested_slot”: “local_address”}
- form: inform
- form: nearest_station_form
- slot{“local_address”: “thanh pho Vinh, tinh Nghệ An”}
- slot{“ids”: [385, 20]}
- form: reset_slots
- form{“name”: null}
- slot{“requested_slot”: null}
- utter_can_call_cod
However, when the story is exported, it becomes like this
just a little chitchat
- buu_cuc_gan_nhat
- nearest_station_form
- form{“name”: “nearest_station_form”}
- slot{“requested_slot”: “local_address”}
- ask_howold
- action_chitchat
- action_listen
- nearest_station_form
- slot{“requested_slot”: “local_address”}
- form: inform
- form: nearest_station_form
- slot{“local_address”: “thanh pho Vinh, tinh Nghệ An”}
- slot{“ids”: [385, 20]}
- form: reset_slots
- form{“name”: null}
- slot{“requested_slot”: null}
- utter_can_call_cod