Hello Everyone, I am built conversation about review multiple choice quiz, but i have difficult when i want to confirm entitie from intent. Ex: This is a story between user and bot:
- story: story_01
steps:
- intent: greet
- action: utter_greet
- action: utter_ask_name
- intent: give_fullname
- action: utter_confirm_name
- intent: confirm
- action: action_confirm_name
- action: utter_exam_rules when i want confirm name of user, if user confirm: yes, continue action: utter_exam_rules and if: no, call back utter_confirm_name. In file actions, i use functions dispatcher.utter_message( response=“utter_ask_name” when user say no, but it does"t work Can everyone help me, pls nlu.yml (2.8 KB)
domain.yml (3.1 KB)
stories.yml (794 Bytes) actions.py (1 KB)