techup-group / hopebot

Innovation Summit Metropolitan Ministries hackathon entry.
Apache License 2.0
0 stars 2 forks source link

Confirm Hope connected to Watson #29

Closed miklb closed 6 years ago

miklb commented 6 years ago

Right now, there are API credentials in the .env file that allowed the bot to be connected, but I do not believe strings are being passed. Need to confirm the full connection. I did see a second interface that has additional FB app API credentials in the Watson web interface, but wasn't sure if that was a direct connect or if that was necessary for all bots.

miklb commented 6 years ago

looking at botkit studio and how the middleware's fire, I want to temporarily disable studio to confirm Watson is connected, then look at the studio hooks to see where we need to pass off to Watson and what doesn't need to be.

It is still possible we can complete skip studio and just use the exported data/scripts with Watson, but will follow up on that once I confirm Watson is truly connected.