Y
Hacker News
new
|
ask
|
show
|
jobs
by
3riverdev
2407 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...