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
Summary - I started modeling a RocketChat bot. Then I wanted to provide the exact same functionalities in other messengers too. The model contains a Bot Action with a service call. If both messengers are connected with the Bot Action, it might happen that the bot receives a RocketChat message but tries to answer in the other messenger.
Bug Details
What? - Bot tries to answer in wrong messenger.
Where? - If a service function is used.
How?/Current state - Example model: Messenger 1 is linked to an incoming message which triggers a chat response that uses a bot action. The bot action is also linked to Messenger 1. Messenger 2 also links to the same incoming message and bot action.
Fixed state - The functionalities of a bot can easily be provided for multiple messengers.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: