Open MartinKarjus opened 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
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