Recently, I created a chatbot. After an implementation of Bot using MS Bot framework, it should be registered with https://dev.botframework.com/bots.
These are a few steps which may help you to register and get ready to use it.
Step 1
Go to https://dev.botframework.com/bots. You will have the following section there as given in the below screenshot.
Step 2
Click on "My Bots" and further, click on "Create a bot".
Step 3
Click on "Create" button as shown in given image and the following window will appear.
Step 4
Choose the first option from the given screen and click OK.
Step 5
As soon as you create click ok, it generates AppId which might be essential at down the level during accessing the Bot which you have created.
Step 6
Click on "Generate an app password" to continue.
Note
Kindly save this password in Notepad for future purposes.
Step 7
After performing all the above steps, it is time to set configuration as given below.
It may prompt you to keep https instead of http,
Step 8
Once you are done, click on register and it will prompt to as Bot created in the given screenshot.
Step 9
As soon as you have created and registered your Bot, click on the recently registered Bot as depicted below in the screenshot.
It will take you to the next level which advises you to test your Bot.
Step 10
Click on the Test button showing in right top corner. Click on that. It will prompt you another window and put "hi" in the chat window. As soon as you type something, it starts responding you which confirms that Bot has been register successfully.