Apps.Rasa
Apps.Rasa copied to clipboard
session id not valid while human handoff
Tried implemting the handoff this way https://github.com/murtaza98/Sales-bot-in-Rasa
But the response after
response = requests.post('https://bhanuc.rocket.chat/api/apps/public/XXXXXX-XXXXX-XXXXXX/incoming', data=payload)
print(response.text)
{"error":"Error! Session Id not valid"}
I am also facing the same issue