May 2017
Intermediate to advanced
424 pages
8h 43m
English
This class is the main class, which handles communication between the bot and the user. This class contains a Post method, which will accept user messages, process them, and reply back with an appropriate message.
You can find this class under the Controllers folder as shown:

The MessagesController class inherits from the ApiController. This means that the MessagesController is an API that can live on the web and be accessible from the outside world after we publish it.
If you observe closely, this class has an annotation called [BotAuthentication], which means ...
Read now
Unlock full access