So far, you have learned about bot application creation using Visual Studio, publishing to Azure, Bot registration at dev.Botframework.com, and connecting to channels. In this Nearby Bot tutorial, we will explain how to use third-party APIs from your bot.
The main purpose of this bot is to provide information about the nearby amenities of a given place--for example, if you want to know the top restaurants near New York.
Let's look at the steps:
- Open Visual Studio and click on New | Project...:
- Select Visual C# from the left ...