MartinKarjus / compactChatbot

0 stars 0 forks source link

bot response to query answer #7

Open MartinKarjus opened 5 years ago

MartinKarjus commented 5 years ago

Whenever a question is requested, we add a url to make a post request to with each answer so it needs to go something like this: http://localhost:8080/api/chatfuel?userid={id}&query={queryId}&queryAnswer={answerNr}

With it we update the db with the answer input by the user