In this blog series, we will create a ToDo bot that will allow you to Create, View and Delete Tasks. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.
ToDo Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
In this blog series, we will create a ToDo bot that will allow you to Create, View, and Delete tasks. In this part we will setup the development environment.
Create Flight Booking Core Bot using Azure Bot Service
Before starting, I hope you have an Azure Subscription. If you donโt have one, create a free account here. This bot is created using azure services. If you want to create flight booking bot using the C# template using Bot Builder SDK in Visual Studio, go to my post.
Create Flight Booking Core Bot using Bot Builder SDK in Local Environment | Microsoft Bot Framework
A bot is an app that users interact with in a conversational way, using text, graphics (such as cards or images), or speech. Every interaction between the user and the bot generates an activity. The Bot Framework Service, which is a component of the Azure Bot Service, sends information between the user's bot-connected app (such as Facebook, Skype, etc. which we call the channel) and the bot.
Workload Options for Microsoft Bot Framework
When you click on Modify, you will see many Workloads to choose from for various development activities. For Microsoft Bot Framework, only one workload is sufficient if you are developing your bot locally.
E-commerce Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework
In this blog series, we will create an E-commerce bot for one of the Chocolate Store "Naami Chocos". This bot will have following functionalities - Authentication, Add to Cart, Payment Integration. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.
E-commerce Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
In this blog series, we will create an E-commerce bot for one of the Chocolate Store "Naami Chocos". This bot will have following functionalities - Authentication, Add to Cart, Payment Integration and Facebook Channel integration.
Connect Azure Bot with SharePoint using Direct Line Channel and SharePoint Framework
Here we will be using the SharePoint Framework to connect Azure Bot with SharePoint Site. In this post, we will use the existing Microsoft Bot Framework v4 React Web Part and deploy it in local server. In our next post we will use it to deploy in the SharePoint.
Enable Custom Scripts in SharePoint with PowerShell
By default, script is allowed on most sites that admins create. It is not allowed on OneDrive, on sites users create themselves, on modern team and communication sites, and on the root site for your organization.
Enable Custom Scripts in SharePoint
By default, script is allowed on most sites that admins create. It is not allowed on OneDrive, on sites users create themselves, on modern team and communication sites, and on the root site for your organization. You'll probably want to limit the amount of script you allow for security reasons.


You must be logged in to post a comment.