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);