matrix-rasa

A rasa bot for matrix based on the data from matrix.org
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-rasa.git
Log | Files | Refs | LICENSE

test_stories.yml (657B)


      1 stories:
      2   - story: A basic story test
      3     steps:
      4       - user: |
      5           hello
      6         intent: greet
      7       - action: utter_welcome_and_warning
      8       - user: |
      9           Which [matrix client]{"entity": "object_type", "value": "client"} can you recommend?
     10         intent: query_knowledge_base
     11       - slot_was_set:
     12         - object_type: client
     13       - action: action_query_knowledge_base
     14       - user: |
     15           Which [features](attribute) does [element-x](client) have?
     16         intent: query_knowledge_base
     17       - slot_was_set:
     18         - attribute: features
     19       - slot_was_set:
     20         - client: element-x
     21       - action: action_query_knowledge_base