Clone your code from the created repository in GitHub using Visual Studio. GitHub is a code hosting platform for version control and collaboration.
Customer Support Chatbot | Part 5 | Creating Sub Dialogs | Microsoft Bot Framework
This is the bot series on Customer Support Chatbot. This bot will allow you to track orders, raise complaints, get bills/invoices, and cancel orders. In this part, we will be creating the sub dialogs and sending the user to these dialogs based on the selection.
Customer Support Chatbot | Part 4 | Coding the Main Dialog | Microsoft Bot Framework
This is the bot series on Customer Support Chatbot. This bot will allow you to track orders, raise complaints, get bills/invoices, and cancel orders. In this part, we are going to start coding the Main Dialog to show the above features to the user for selection in an adaptive card.
Customer Support Chatbot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework
In this part, we will create a welcome card using Adaptive Cards. The welcome card will be shown to the user when a 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.
Customer Support Chatbot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
At the request of one of the visitors on the site, we are bringing to you the Customer Support Chatbot. This bot will help you track orders, raise complaints, get bills/invoices, and cancel orders.
[Fixed] Configuring IIS Express failed with the following error:Filename: redirection.config Error: Cannot read configuration file
You might have had this similar error when trying to run a web application in Visual Studio. I had this error in VS 2019 Enterprise edition.
How to get Azure ID Token using C#?
The ID token is the core extension that OpenID Connect makes to OAuth 2.0. ID tokens are issued by the authorization server and contain claims that carry information about the user.
[Fixed] AADSTS90002: Tenant ‘token’ not found
When you are trying to get an Azure Access Token and you come across this error. Below is the complete error stack you might get. Even the solution is present in the error stack.
How to Enable Word Wrap in Visual Studio?
In this post, we will enable the word wrap in Visual Studio. This is helpful in breaking a section of text into lines so that it will fit into the available width of a page, window, or other display areas.
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.
You must be logged in to post a comment.