Tuesday, March 06, 2018

Creating a Basic bot using Bot Service

In the earlier post we looked at how to create a bot using Visual Studio 2017, today we will see how to create a bot using Bot Service. Bot Service provides core components for building bots. This includes the Bot Builder SDK for developing the bots and Bot Framework for connecting the bots to the channels.
Bot Service provides 5 templates as shown below. In this post we can see how to create a Bot using the Basic Template and C# on Azure Portal.
BotService3
Basic Template
Select the Web App Bot
BotService1
Provide the following details for the Web Bot and Select the Basic Template and click “Create”
BotService4
Once created you see see the endpoint for the BasicBotExample as shown below
BotService5
You can also download the sample solution and start customising it.
BotService8

BotService9
Now the Basic Bot has been created successfully and let us check that by Testing it in Web Chat.
BotService7

No comments:

Post a Comment