Integrating Watson Assistant with WordPress
I recently published a tutorial on IBM Developer about integrating Watson Assistant with WordPress. I wanted to give a brief description here on my personal site.
The gist of it is:
-
We use Docker Compose to spin up an instance of WordPress locally (or if you have your own WordPress site, even better).
-
Install the Watson Assistant plugin on your site.
-
Create your Watson Assistant service, make a dialog, all that fun stuff (or use the sample dialog if you’re just toying around).
-
Configure the plugin (there are a lot of options!) to use your Watson Assistant credentials and Workspace ID
-
Test it out.