I'm attempting to have a welcome message displayed on MS Bot App, hosted on Azure accessed from the company SharePoint by embedding a link.
I've been having little success in doing so.
I've reviewed this solution, and many others similar, and they don't work in my case.
If I understand the code correctly, the user in the the IConversationUpdateActivity
object (a user profile on Skype\Facebook or whatever) drives the functionality. Is that correct?
As I intend for the bot to be accessed through a link in an iframe on the company's intranet, I'm not sure that this would be suitable.
How might I achieve this? Is it possible? I understand the bot framework is open source, can it be done this way? How if so?