Saroj Mallick
Saroj Mallick

Reputation: 31

Implementing a chat bot

I'm having a problem while wrapping up my android chatbot with JavaScript. Actually I'm using IBM Watson Conversation service for natural language processing and an Android app will be the client side, but I don't know how to manage request and response between the server and Android app.

Upvotes: 0

Views: 407

Answers (1)

joe
joe

Reputation: 2488

See the Watson Conversation starter on Bluemix which will provide you a working Android app using the Watson Conversation service:

https://console.ng.bluemix.net/mobile/create-project/

Example Screenshot

Upvotes: 3

Related Questions