DEV Community

Discussion on: How I’m learning about APIs by building a Slackbot

Collapse
 
muncey profile image
muncey

Good luck with your project, a big step in building a conversational API is to train the BOT that you have chosen to recognise words and phrases and map them to actions.

Collapse
 
totorosyd profile image
Phoebe

I totally agree. I think Python with its libraries for language processing could be useful!