Y
Hacker News
new
|
ask
|
show
|
jobs
by
streetcat1
2399 days ago
So are you planning to offer any sort of NLU services or just the webhook?
1 comments
3riverdev
2399 days ago
Absolutely, Autopilot (
https://www.twilio.com/autopilot
) handles a lot of the low level natural language processing bits you'd otherwise have to build with nltk or TextBlob (if you're working in Python). The Autopilot Python quickstart in our Docs is probably the easiest way to see how it works:
https://www.twilio.com/docs/autopilot/quickstart/python
and then you can connect WhatsApp to Autopilot using these instructions
https://www.twilio.com/blog/build-whatsapp-bots-twilio-autop...
link