-3

I'm developing a bot using this workflow Glitch Hosting -> BotKit Studio API ->Facebook API -> Wit.AI API. Right now Wit.ai works with my bot, when I check de Logs console (in wit.ai) shows messages that have been sent through messenger, but what I do not understand is how to use wit.ai to analyze the user's message and then send a response.

Pi Ca
  • 19
  • 1

1 Answers1

0

you parse the incoming json with intent andentitieswhich are under the keynlp` and then handle it yourself.

Jan Sila
  • 1,554
  • 3
  • 17
  • 36