5 Chatbot project ideas and topics for final year students project work. Microsoft Bot Framework is recommended for enterprise-level bots.
Download and Install SQLiteStudio
In this post, we will install the SQLiteStudio on Windows operating system. SQLiteStudio is desktop application for browsing and editing SQLite database files.
Connect Bot Framework to DB | READ and INSERT Data to Local SQL DB
In this post, we will create a chatbot that connects to the local SQL Database. This will be a simple customized bot that can be used for any use case. We will implement two CRUD operations READ and INSERT.
Connect Bot Framework to DB | INSERT Data to DB using Entity Framework
Before going to Bot framework connection to DB, we will learn how to Insert data to Local SQL Database using Entity Framework. The concept will be the same for Microsoft Bot Framework.
Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB
In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.
E-commerce Admin Chatbot using Microsoft Bot Framework
We have created this chatbot as a backend to the E-commerce Chatbot. This chatbot will have the following functionalities
E-commerce Bot | Part 5 | Working with Azure Cosmos DB Local Emulator to INSERT Product Details
In this part, we will see the Cosmos DB Emulator functionality and manually add few products to the DB. So that we can READ these products later in our bot development.
ToDo Bot | Part 10 | Coding the Delete Task Dialog | DELETE Data from Azure Cosmos DB | Microsoft Bot Framework
This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the Delete Task Dialog.
ToDo Bot | Part 9 | Coding the View Task Dialog | READ Data from Azure Cosmos DB | Microsoft Bot Framework
This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the View Task Dialog to view all the tasks in descending order.
ToDo Bot | Part 8 | Connecting Bot with Azure Cosmos DB | Microsoft Bot Framework
This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be connecting our bot with Azure Cosmos DB. For not to incur any charges for Azure Cosmos DB, we will use the Emulator.
You must be logged in to post a comment.