BoChengHuang / Bluemix_RR_Nodejs

Bluemix API of Retrieve and rank in Node.js
0 stars 0 forks source link

how to ask as question to this service from different service.. #1

Closed sridhar-natuva closed 8 years ago

BoChengHuang commented 8 years ago

Hello! Can you provide an example? If you mean that you develop other application with wants to use R&R without Node.js, you can use HTTP POST/GET. FYI, API reference

sridhar-natuva commented 8 years ago

For example the chat bot.. if a user asks questions, and that question is out of my limit.. i want to use this service for a related answer atleast.. Totally i am using this with Node.

BoChengHuang commented 8 years ago

If you already have a chat bot, I recommend you that you just use Watson API on Bluemix in you app by HTTP POST/GET, that will be simple. But you should training Watson first on Bluemix.

FYI, Use this in your node.js code to request API. Good luck.