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 am using Microsoft Bot Framework SDK to implement my chat bot. I have deployed the bot along with the Webex Adapter (from Bot.Builder.Community.Adapters.Webex version 4.13.5) & Slack Adapter (Bot.Builder.Community.Adapters.Slack version 4.13.5) . The SDK is based on dotnet (version 3.1). It seems to work fine, except when there are situations where the messages and responses are mixed up. For instance, a message that I send in bot is mapped with one of the requests that was processed by the bot a bit earlier, which leads to the conversation’s sequence getting messed up.
The text was updated successfully, but these errors were encountered:
I am using Microsoft Bot Framework SDK to implement my chat bot. I have deployed the bot along with the Webex Adapter (from Bot.Builder.Community.Adapters.Webex version 4.13.5) & Slack Adapter (Bot.Builder.Community.Adapters.Slack version 4.13.5) . The SDK is based on dotnet (version 3.1). It seems to work fine, except when there are situations where the messages and responses are mixed up. For instance, a message that I send in bot is mapped with one of the requests that was processed by the bot a bit earlier, which leads to the conversation’s sequence getting messed up.
The text was updated successfully, but these errors were encountered: