You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My bot is a single-tenant bot, and is purposed to connect to Slack only.
Following the example, in Samples I cannot get this bot to reply in slack. If I swap around the endpoints, so that the "regular" bot replies, then it is working like a charm, but I can then not leverage the ability to reply in threads using thread_ts conversation property.
I guess my question has two facets:
Can I somehow respond in a new thread using my regular IBotFrameworkHttpAdapter ?
What about the SlackAdapter is broken? As soon as I try it, it complains that the request headers can't be validated and fails.
The issue I'm trying to solve is to have the bot reply in a new thread.
The text was updated successfully, but these errors were encountered:
My bot is a single-tenant bot, and is purposed to connect to Slack only.
Following the example, in
Samples
I cannot get this bot to reply in slack. If I swap around the endpoints, so that the "regular" bot replies, then it is working like a charm, but I can then not leverage the ability to reply in threads usingthread_ts
conversation property.I guess my question has two facets:
IBotFrameworkHttpAdapter
?SlackAdapter
is broken? As soon as I try it, it complains that the request headers can't be validated and fails.The issue I'm trying to solve is to have the bot reply in a new thread.
The text was updated successfully, but these errors were encountered: