version: "2.0" rules: - rule: Say goodbye anytime the user says goodbye steps: - intent: bye - action: utter_goodbye - rule: Chitchat steps: - intent: chitchat - action: utter_chitchat - rule: FAQs steps: - intent: faq - action: utter_faq - rule: OOS steps: - intent: out_of_scope - action: utter_out_of_scope - rule: what is drug steps: - intent: what_is_substance - action: utter_what_is_stubstace