Hi everyone,
I have a usecase where I want to take all the chat conversation that has happened up until the current point (both user and agent's messages), and send it to some API, the process the response from the API and show it to the user.
I only found one System variable which stores the lastMessage. Is there any way to get the whole conversation up until a point in realtime?