Botsponder is a very simple demonstration of a service that handles and responds to intents formatted for api.ai.
To run botsponder
on its default port, simply call:
$ lein run -m botsponder.service
Otherwise, you may specify a port with -p
:
$ lein run -m botsponder.service -p 5555
Botsponder comes with a few example tests. To run these tests, try:
$ lein test