In my previous post, I explained how we can create a recipe finder bot. In this post, we will Integration it with Telegram and customize the returned message.
API.ai provides one-click integration for many platforms. We will enable Telegram integration in this tutorial.
… →
Recently, one of the colleagues at work introduced api.ai and I was quite intrigued. So I started taking a look and did a small recipe finder bot. I wanted to document the process for others and as well as for my future reference.
Requisites:
- An account in Api.ai (it’s free)
- Heroku Account ( it’s free as well). For hosting our webhook used by the bot.
… →