0
votes

Firstly,When I am starting the conversation,I am asking the user for their email address. The application is deployed in bluemix in nodejs After the conversation is completed,I want the chat history to be emailed to the given email address.Is it possible? If it is possible, can I save the chat history in the JSON format in Cloudant NoSQL DB ? Is there any tutorials on how to go about with this?

1
Your question is a but too broad to answer fully. What is the output from the watson conversation service? How are you interacting with the service, from a bluemix nodejs, java, something else app? For the last question, have you seen developer.ibm.com/clouddataservices/docs/cloudant?Chris Snow
The output from the service is like any other chat bot service where based on intents a selected response is given .I am using node.js application deployed in bluemix.Yeah I have checked out that documentation,but that doesnot show how to integrate to a conversation service from a nodejs app.Athif Shaffy

1 Answers

2
votes

It is unlikely that you will find documentation for your entire use case, However, there are a few sources of information available to you.

As a developer, you will need to integrate the APIs for watson conversation, cloudant and sendgrid in your nodejs application.