Watson Conversation Analyzer
Create a credentials.json
file in the root directory of your clone of the project repository by copying the sample credentials.json.example
file using the following command:
cp credentials.json.example credentials.json
{
"cloudant":{
"username": "insert username here",
"password": "insert password here",
"url": "insert url"
},
"conversation":{
"username": "insert username here",
"password": "insert password here"
}
}