File size: 1,051 Bytes
d8de9b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: "3.0"

stories:
  - story: find schedule with course & class_type & group
    steps:
      - user: |
          unde o sa fie [cursul](class_type) de [ingineria programelor](course) de la seria [CA](group)
        intent: university_guide.find_schedule  # intent that triggers form activation
      - action: find_schedule_params_form  # run the form
      - active_loop: find_schedule_params_form  # this form is active
      - active_loop: null  # the form is no longer active because it has been filled
      - action: action_find_schedule

  - story: find schedule with course & class_type
    steps:
      - user: |
          Unde va avea loc [seminarul](class_type) de [ingineria programelor](course)
        intent: university_guide.find_schedule  # intent that triggers form activation
      - action: find_schedule_params_form  # run the form
      - active_loop: find_schedule_params_form  # this form is active
      - active_loop: null  # the form is no longer active because it has been filled
      - action: action_find_schedule