This application demonstrates a simple, reusable Java chatbot web application
- Import Watson conversation workspace (found at _watson folder)
- Configure watson conversation. Replace "{your-workspace-id}" for your workspace ID in the file src/main/java/com/lbaeza/watson/watsonClient.java at line 72
- Replace "{your-username}" and "{your-password}" for your conversation credentials in line indicadet above at lines 73 and 74
- Replace "{your-username}" and "{your-password}" for your document conversion credentials in file indicaded above at line 46
- Import APIs with the yml files (found at _apis folder)
- Add APIs to a catalog and get the Client ID.
- Replace Client Id in the file src/main/java/com/lbaeza/watson/ApiClient.java at line 12
- Replace "{WEATHER-api-endpoint}", with weather API endpoint at line 19
- Replace "{GMAP-api-endpoint}", with gmap API endpoint at line 36
- Replace "{WIKIPEDIA-api-endpoint}", with wikipedia API endpoint at line 59
- compile the app with Maven
- Configure the name and host of your app in the "manifest.yml" file
- Run "cf push"