IBM Watson Assistant Spring Boot Demo App
If you’re a java developer like me and a little bit resistent from other programming languages sometimes it would be a pleasure do a portability of any software.
Today’s post I will contribute with a sample project from IBM Watson application originally written in Node.js called Simple chat app.
From IBM website: “This is a Node.js app shows how Watson Assistant uses intents in a simple chat interface. It shows the conversation with an end user and the JSON responses at each turn of the conversation.”
What I did was the same. I’m just curious about the code, and create a new Spring boot 2 application which it is exactly the same the original Node.js code.
Enjoy!
Code:
https://github.com/raphaufrj/ibm-assistant/tree/master/java-assistant-sample