RocketChat / Apps.Rasa

Integration between Rocket.Chat and the RASA Chatbot platform
17 stars 11 forks source link

how to get the sessionID? #32

Closed guimvmatos closed 3 years ago

guimvmatos commented 3 years ago

Hi,

I need to get the sessionID to perform a handover, but I don't know how. Can someone help me with this?

murtaza98 commented 3 years ago

Hey @guimvmatos To quote the docs here,

Session Id is the same session of Rasa

Here's the exact code i used in my bot in Rasa to get this value there

guimvmatos commented 3 years ago

Hi again @murtaza98 ,

So, this tracker.sender_id is intrinsic to rasa? I don't have to declare it and I can get this value on any project?

I'll try again today, with this new information.

guimvmatos commented 3 years ago

Hi @murtaza98 ,

It works. thanks!!