My First AI Bot

I wrote my first AI bot last weekend using Azure Bot Service and LUIS. Azure Bot Service acts as a connector to multiple messaging platforms, like Skype and Facebook Messenger. It is implemented using c# Azure Functions or Node.js. Then I used LUIS for taking a sentence and parsing out the intent and entities. Once I had the intent and entities for a message someone sent over Skype or Facebook Messenger, then I mapped it to different C# methods that would acquire the data from web services to provide a response. The APIs I used to acquire data were from 3DPrintMakers.com.

LUIS stands for Language Understanding Intelligent Service and is one of Microsoft's Cognitive Services.

The bot can be accessed in one of four ways. Ask the bot "what's new?", "what's trending?" or "find batman" using any one of these ways:


To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics