SkypeForBusinessBot
SkypeForBusinessBot copied to clipboard
A bot to automatically respond to Skype For Business IM
When the Alert windows appear for user, if the user dosen't catches it ,it vanishes for first 2-3 time in case of multiple pings but the chat window doesn't open....
I have the following exception whenever I tried this BOT System.Net.Http.HttpRequestException HResult=0x80131500 Message=An error occurred while sending the request. Source=mscorlib StackTrace: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Bot.Builder.Luis.LuisService.d__4.MoveNext() at...
Exception thrown: 'Microsoft.Bot.Connector.MicrosoftAppCredentials.OAuthException' in mscorlib.dll
My bot builder is the latest version. The code breaks here: `await postToBot.PostAsync(activity, CancellationToken.None);` Is there something that I need to make a change in the activity object? ``` Activity...