Writing a basic chatbot using Microsoft Botbuilder and LUIS
Getting started using the SDK is quite easy: you can either use Node.js or .NET (this is Microsoft after all), or work exclusively through a REST-based API. Forced to say goodbye to my beloved Python, I went for the Node.js Disregarding the formatting, the code contains four lines in total: the first imports the BotBuilder package, the second allows you to use the console to interact with the bot, the third instantiates the bot itself and the last line contains the dialog info. I'll be using a slightly more advanced version allowing me to use the Bot Framework Emulator to interact with the Chatbot. Let's give it a try.
Oct-20-2016, 16:35:47 GMT
- Technology: