question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

consolidate `sender_id` and `conversation_id`

See original GitHub issue

Currently we are both using sender_id and conversation_id in our code. This should be consolidated to conversation_id.

Based on this forum comment https://forum.rasa.com/t/how-can-i-get-a-conversation-id-so-i-run-an-action-via-post-from-an-app/19987/5?u=tobias_wochinger

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
rgstephenscommented, Jan 10, 2022

Please, Mr. Stale Bot, don’t close this.

1reaction
solyarisoftwarecommented, Jul 21, 2021

I think the issue is probably “stale” and minor, but it could be remain open until the documentation will unify naming, choosing a single name, maybe: conversation_id. In facts sender is still used:

{
  "sender": "test_user",  // sender ID of the user sending the message
  "message": "Hi there!"
}

see: https://rasa.com/docs/rasa/connectors/your-own-website#request-and-response-format

Read more comments on GitHub >

github_iconTop Results From Across the Web

Messages | TalkJS Documentation
This way it's possible for you to send a batch of consecutive messages in a single request. It's also possible to combine user...
Read more >
Conversation and Sender ID - Rasa Open Source
conversation ID and sender ID are the same you can have only one conversation at a time for one seder ID. If you...
Read more >
Salesforce - SMS-Magic Converse Release Notes
Sender ID and Template Search in Message Composer ... in the recipient level data or used merge fields or in the messaging template...
Read more >
Sequelize how to structure the chat part of the app?-postgresql
... const newMessage = await Messages.create({ senderId: req.user.id, receiverId: post.userId, message: req.body.message, conversationId:conversation.id }) ...
Read more >
API Reference | Sunshine Conversations
Links the attachment getting uploaded to the conversation ID. ... Copy the serverKey and senderId from the Cloud Messaging tab in the settings...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found