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

nlu.yml (1512B)


      1 version: "3.1"
      2 nlu:
      3 - intent: bot_challenge
      4   examples: |
      5     - are you a bot?
      6     - are you a human?
      7     - am I talking to a bot?
      8     - am I talking to a human?
      9 - intent: greet
     10   examples: |
     11     - hey
     12     - hello
     13     - hi
     14     - good morning
     15     - good evening
     16     - hey there
     17 - intent: goodbye
     18   examples: |
     19     - bye
     20     - goodbye
     21     - see you around
     22     - see you later
     23     - thank you
     24 - intent: query_knowledge_base
     25   examples: |
     26     - What [matrix clients]{"entity": "object_type", "value": "client"} can you recommend?
     27     - Which [features]{"entity": "attribute", "value": "features"} does [element-x](client) have?
     28     - Which [clients]{"entity": "object_type", "value": "client"} can you recommend?
     29     - Which matrix tools can you recommend with an [Apache-2.0](licence) licence?
     30     - Which tools are using the [Apache-2.0](licence) licence?
     31     - Which tools are using the [MIT](licence) Licence?
     32     - Where can I [host]{"entity": "object_type", "value": "provider"} my Homeserver?
     33     - Which [Homeserver]{"entity": "object_type", "value": "server"} options exist?
     34 - synonym: Homeserver
     35   examples: |
     36     - Homeserver
     37     - Server
     38     - Serversoftware
     39 - synonym: client
     40   examples: |
     41     - matrix clients
     42     - clients
     43     - matrix client
     44     - client
     45 - synonym: licence
     46   examples: |
     47     - licence
     48     - license
     49     - licenses
     50     - licences
     51 - lookup: client
     52   examples: |
     53     - element
     54     - nheko
     55     - Fluffychat
     56 - lookup: licence
     57   examples: |
     58     - GPL
     59     - Apache-2.0
     60     - AGPL
     61     - MIT