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

Intent Effect #54

Closed takahi-i closed 6 years ago

takahi-i commented 6 years ago

Implementation sample

https://github.com/takahi-i/fabot/blob/master/src/ts/intent_handler.ts https://github.com/takahi-i/fabot/blob/master/src/ts/intent_detector.ts#L98 https://github.com/takahi-i/fabot/blob/master/src/ts/effect/effect.ts

Sample config

https://github.com/takahi-i/fabot/blob/master/test/fixtures/ci_sample_conf.json#L28