SAP-archive / SAPConversationalAI

✨ 🤖 🤖 Build your own conversational bot on our Collaborative Bot Platform! 🤖🤖 ✨
https://cai.tools.sap
284 stars 68 forks source link

Repetitive HTTP requests from Recast.AI API in webhook call to remote service #84

Open jalakpansuriya opened 6 years ago

jalakpansuriya commented 6 years ago

Hey,

I have created remote service using python flask app for sending customized responses to recast API. I am calling this service using webhook call in recast and running on ngrok http server. Now, whenever I trigger intent containing webhook call from the slack, remote service receives repetitive requests from recast until I type anything new next in the slack. I have also reset the memory after webhook call, but it is not working.

I guess this is happening because of skill occurrences two times. I am not able to figure out the point where I can stop sending continuous requests once it is received. Can anyone please suggest the solution to this problem?