version: "2.0" stories: - story: greeting steps: - intent: greet - action: utter_greet - action: utter_ask_name - intent: user_name - action: utter_what_to_know - story: search_country steps: - intent: ask_for_country - action: utter_check_wiki - action: action_check_wiki - action: utter_more_help - story: more_help_affirm steps: - intent: affirm - action: utter_what_to_know - story: more_help_deny steps: - intent: deny - action: utter_thank_you - action: utter_goodbye - story: out_of_scope_stop steps: - intent: out_of_scope - action: utter_out_of_scope - intent: deny - action: utter_thank_you - action: utter_goodbye - story: out_of_scope_continue steps: - intent: out_of_scope - action: utter_out_of_scope - intent: affirm - action: utter_what_to_know