Spaces:
Build error
Build error
File size: 744 Bytes
3060f32 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # version: "3.1"
# stories:
# - story: happy path
# steps:
# - intent: chat
# - action: action_chat
# - story: form fill
# steps:
# - intent: strict_flow
# - action: basic_form
# - active_loop: basic_form
# - active_loop: null
# - action: action_submit_form
version: '3.1'
stories:
- story: happy path
steps:
- intent: chat
- action: action_chat
- story: form fill
steps:
- intent: strict_flow
- action: basic_form
- active_loop: basic_form
- active_loop: null
- action: action_submit_form
- story: free flow
steps:
- intent: free_flow
- action: form_rasa
- active_loop: form_rasa
- active_loop: null
- action: action_free_flow
|