version: "2.0" rules: - rule: Out of scope steps: - intent: out_of_scope - action: utter_out_of_scope - rule: respond to chitchat steps: - intent: chitchat - action: utter_chitchat - rule: Go to introduction steps: - intent: EXTERNAL_introduction - action: utter_introduction - rule: Go to joke intro steps: - intent: EXTERNAL_joke_intro - action: utter_joke_intro - rule: Go to ask if need something else steps: - intent: EXTERNAL_need_something_else - action: utter_need_something_else - rule: Go to advertise timeout before goodbye steps: - intent: EXTERNAL_advertise_timeout - action: utter_advertise_timeout