E-commerce Bot | Part 6 | Create a Welcome Menu using Adaptive Card

We will create this menu using an Adaptive card. This menu will be in the loop after the finish of the MainDialog. Add the piece in IntroStepAsync in MainDialog.cs file.

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.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

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.

Up ↑