Rename sender_id
in channel connectors to conversation_id
#10158
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
What problem are you trying to solve?
sender_id
in channel connectors are actually used asconversation_id
, and you would be able to access messages in tracker using that ID.For example, suppose in Slack we have Timeoff channel and Expense channel and we have one bot answering messages. Using
slack
connector and thanks to #10086 , we can isolate these conversations. User Tayfun in timeoff will send messages astayfun_timeoff
conversation_id and can retrieve from from API usinglocalhost/conversations/tayfun_timeoff/tracker
. Messages in expense channel similarly will havetayfun_expense
as conversation ID. These are all really conversation_ids, sender_id semantically means the user who is sending the message so I thinkconversation_id
is a better name for this variable.What's your suggested solution?
No response
Examples (if relevant)
No response
Is anything blocking this from being implemented? (if relevant)
No response
Definition of Done
No response
The text was updated successfully, but these errors were encountered: