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
I'm integrating a Copilot agent with a Slack app. As part of the setup, I retrieved the token endpoint for the Slack channel from my Copilot agent and used it to generate a token and initiate a conversation with the bot. The bot successfully returns responses.
However, the following line of code is throwing an error. I'm running the bot locally and making the request via Postman.
While debugging, I noticed that the Conversation property on ITurnContext is null. This issue appears to occur when converting bot responses from DirectLineActivity to the Activity type—during this conversion, the Conversation property is not being set.