I created a custom channel in order to communicate with a custom chat, and it’s working great, but now I want to open a new route so the chat can modify slots through events.
I want to do the exact same thing as the route /tracker/events, so I checked the code base, and I don’t understand how to create an agent to do things like :
To update the tracker. There is no error when I send an event, it returns with a json saying the slot is set, but when I send a message with the same conversation id, the slot is None.
I’m using redis as tracker_store