BA-Chatbot/chatbot/data/stories.yml

26 lines
691 B
YAML
Raw Normal View History

2023-11-15 14:28:48 +01:00
version: "3.1"
stories:
- story: happy path
steps:
- intent: greet
- action: utter_greet
- story: example_stupo_questions
steps:
- intent: example_stupo_questions
- action: action_provide_stupo_example_questions
- story: example_general_questions
steps:
- intent: example_general_questions
- action: action_provide_general_example_questions
- story: user ask for course ask_for_course_plan
steps:
- intent: ask_for_course_plan
- action: utter_provide_course_plan
- story: user asks for study offers
steps:
- intent: ask_for_study_offers
- action: utter_provide_course_plan