bb_chatbot / data /stories.yml
gneya-bacancy's picture
Upload 19 files
3060f32 verified
raw
history blame contribute delete
744 Bytes
# 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