Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Using a bot action with multiple messengers #125

Open
pdolif opened this issue Aug 11, 2022 · 0 comments
Open

[BUG] Using a bot action with multiple messengers #125

pdolif opened this issue Aug 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pdolif
Copy link
Member

pdolif commented Aug 11, 2022

  1. 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.
  2. Bug Details
    1. What? - Bot tries to answer in wrong messenger.
    2. Where? - If a service function is used.
    3. 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.
  3. Fixed state - The functionalities of a bot can easily be provided for multiple messengers.
@pdolif pdolif added the bug Something isn't working label Aug 11, 2022
@samuelvkwong samuelvkwong self-assigned this Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants