valdu02100
valdu02100
Hey, I want to know if someone has already integrated any NLU API like wit.ai, recast.ai or any NLU service in this app. I want to analyse intent from user...
Hi, I'm new user from Bootbot framework. I try to get answer from a quick_replies from answer. I didn't know how to get this. I start with bot.setGetStartedButton() and want...
Hey During my test with this code : ``` const journeys = require('sncf').journeys journeys(frankfurt, lyon, new Date(), {duration: 24*60*60*1000}) .then(console.log) .catch(console.error) ``` I get this error : ``` { HTTPError:...