How to Run Power Automate Flow using API in C#

In this post, we will trigger the Microsoft Flow using an API in C#. This approach is useful when you want to reduce your application code and let Power Automate take care of most of the things.

E-commerce Bot | Part 3 | Planning and Designing the Bot | Microsoft Bot Framework

In this part, we will be planning and designing our bot before starting the implementation. Design and Planning in the initial stage help to get a clear picture of the project we are going to build.

Reusable State Bot Template for Microsoft Bot Framework

If you are trying to build a State Bot or any bot which has states, then this template might help you make your job easier. I created this template by going through one of the tutorial series on the Managing States.

Get the User Details using Microsoft Bot Framework in C# with Waterfall Dialog Model

In this post, we will get the User details and validate them using the Waterfall Dialog Model in Microsoft Bot Framework v4 using C#. Very useful for beginners to learn Waterfall Dialog Model.

Opinion Poll Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework

This is the bot series on Opinion Poll Bot. This bot will allow you to create polls and get the opinion on the polls from the users. In this part, we will set up our development environment.

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.

Delete QnA Pairs in QnA Maker Knowledge Base using the Bot in C#

This is part 2 of the series โ€œAuto Updater QnA Maker KB Botโ€œ. Update your QnA Maker Knowledge using the ChatBot. Add new question-answer pairs to your KB with the help of a bot interactive environment. You can also update and delete existing KB with this bot. In this part, we will be deleting the QnA pairs in the KB using the Bot.

ToDo Bot | Part 6 | Coding the Create Task Dialog | 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 writing the logic to ask the user new tasks and saving those tasks in a List.

ToDo Bot | Part 5 | Creating Sub Dialogs | 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 creating the sub dialogs and sending the user to these dialogs based on the selection.

Up ↑