I have a working bot, but I want to figure out on how to initiate the conversation by my bot, when her profile in Skype for Business is clicked and showing the chat conversation, like she will instantly message the user "Hello!". The line of code below is the one sends the message, but it needs the user's credential to response.
Is it possible?
msgUIInstance.BeginSendMessage("Hello", null, null);
We would call that a proactive bot. Here is a Sample of Auto initializing bot.
you can take a look at this GitHub repo, where you will find simpler examples on how to send proactive messages.