0

I am working on a chat application with wit-ai. I have created a hello world but I am not getting how to provide my function with have business logic to the application.

Help will be really appreciated. Thanks.

Karan Khanna
  • 1,947
  • 3
  • 21
  • 49

1 Answers1

0

Did you follow the quickstart? There is a section (#6) on "Implementing the business logic of the bot". Basically the business logic resides in your app. The SDKs on github provide also a few examples (e.g. NodeJS).

Hope this helps!

patapizza
  • 2,398
  • 15
  • 14