Hello community
i am using these components
- Rasa Version : 2.2.5
- Rasa SDK Version: 2.2.0
- Rasa X Version : 0.35.0
I am working with a chatbot built through a docker compose file, I have managed to run it and even chat through rasa x however when I try to use the api to send events (bot-type events) using the conversation_id the messages fail to be displayed in rasa x.
When I use the operation that sends the event, the response seems to show the track of the conversation but it doesn’t show what happened in rasa x, it only shows the events that are sent through the same operation.
Docker Compose file:
using endpoint to send event to conversation:
Rasa x Conversation:
la conversacion en rasa x no muestra el mensaje que se envio a traves de la operacion de eventos
Operation response
la respuesta operación de la operación en el item “eventos” muestra los eventos enviados sin embargo esto no se refleja en la conversacion de rasa x.
Could someone help me understand what is happening.