takahi-i / DialogueFirm

Tiny chat bot engine for Unity
https://github.com/takahi-i/DialogueFirm/blob/master/Assets/DialogFirm/Doc/main.adoc
GNU General Public License v3.0
2 stars 1 forks source link

SlotResponder #36

Open takahi-i opened 6 years ago

takahi-i commented 6 years ago

https://www.crossroad-tech.com/entry/UnityAsset_Chatbot

takahi-i commented 6 years ago

I would like to expand slot not used in templatematcher.

when I get Intent {"intent": "menu", "ingredient": "orange" }, reply with template "I know the menu using ${ignredient}, which is ${recipe_urls}".

takahi-i commented 6 years ago
tempaltes [
{
  "name": "recipe_urls",
  "list": [
     {"url": "http://url.com/109439", "condition" : { "ingredient": "orange" }}
  ]
}
]
takahi-i commented 5 years ago

Would be good to embed the states of users.