version: "2.0" stories: - story: happy path1 steps: - intent: greet - action: utter_greet - intent: mood_great - action: utter_happy - story: sad path 1 steps: - intent: greet - action: utter_greet - intent: mood_unhappy - action: utter_cheer_up - action: utter_did_that_help - intent: affirm - action: utter_happy - story: sad path 2 steps: - intent: greet - action: utter_greet - intent: mood_unhappy - action: utter_cheer_up - action: utter_did_that_help - intent: deny - action: utter_goodbye - story: my path 1 steps: - intent: ask_builder - action: utter_ask_builder - intent: ask_howdoing - action: utter_ask_howdoing - intent: ask_howold - action: utter_ask_howold - story: my path 2 steps: - intent: ask_languagesbot - action: utter_ask_languagesbot - intent: ask_restaurant - action: utter_ask_restaurant - intent: ask_time - action: utter_ask_time - story: my path 3 steps: - intent: ask_weather - action: utter_ask_weather - intent: ask_whatismyname - action: utter_ask_whatismyname - intent: ask_wherefrom - action: utter_ask_wherefrom - story: my path 4 steps: - intent: ask_whoami - action: utter_ask_whoami - intent: deny - action: utter_deny - intent: goodbye - action: utter_goodbye - story: my path 5 steps: - intent: handleinsult - action: utter_handleinsult - intent: telljoke - action: utter_telljoke - intent: thankyou - action: utter_thankyou - story: happy path steps: - intent: request_details - action: form_info - form{"name":"form_info"} - form{"name":null} > Check_feedback_details - story: affirm path steps: - Check_feedback_details - intent: affirm - action_submit - story: deny path steps: - Check_feedback_details - intent: deny - utter_thanks