-
Notifications
You must be signed in to change notification settings - Fork 37
Home
biosopher edited this page Nov 4, 2015
·
22 revisions
Complete these sections to setup your services and host your app either in Bluemix or locally.
- Setup Watson Natural Language Classifier and Dialog services on Bluemix
- Train the Natural Language Classifier service
- Configure your Dialog service with IBM's Dialog XML
- Push app to Bluemix
- [optional] Running the app locally at http://localhost:300
- Exercises for you to complete
Curious to know how the user text is classified to a specific intent and then mapped to a dialog flow? Here's a brief overview of how the Watson IPA Demo works?.
I recommend that you start by opening this project's Dialog file, dialog/ipa-v1.xml. Compare the demo's Dialog file to what you learn when reading the primary elements in the Watson Dialog schema as well as the complete Watson Dialog element index.
The best way to learn how something works is to break it. You'll likely break the demo several times while completing these recommended exercises.