SupportAziendeAdeccoBot
This is a simple echo bot sample using Microsoft Bot Framework.
Visit Bot Framework to register your bot. When you register it, remember to set your bot's endpoint to
https://your_bots_hostname/api/messages
Prerequisites
The minimum prerequisites to run this sample are:
- The latest update of Visual Studio 2015, 2017. You can download the community version here for free.
-
The Bot Framework Emulator. To install the Bot Framework Emulator, download it from here.
Once the emulator has been installed you can debug your sample by folowing the steps provided in this document.
Please refer to this documentation article to know more about the Bot Framework Emulator.
For more information on how to build bots you can visit the official Bot Framework documentation here