I am using RASA core 0.11.12. with chatroom. I will have many users to interact with my bot.
Here are two questions:
- How can I identify each user?
- How can I get the dialogue histories of each user?
- time stamps, ID, all conversation etc.
I am using RASA core 0.11.12. with chatroom. I will have many users to interact with my bot.
Here are two questions:
hey @e8180kimo,
Hi @JiteshGaikwad I did find the link before, but I am not sure which one I should use.
current_state
seems like only show the current one instead of the whole history?
or should I use past_states
instead?
Do I just make another customize action and call the tracker?
Thanks!
Hey @e8180kimo if you want the whole conversation details,you can use Tracker Stores
Hi @JiteshGaikwad this link is for rasa cora 0.12.3, do you know if these works on 0.11.12?
hey @e8180kimo it wont work for that version but you can use the link below for the version u mentioned,
Thanks @JiteshGaikwad But this is a HTTP call.
For example, it gave a command: curl http://localhost:5005/conversations/default/tracker | python -mjson.tool
Can it be added to my customize action or into the stories so after the user finish the conversation with the bot, the conversation automatically save to a txt file in a folder?