# 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