You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
I'm building a SAP UI5 app with a CAI chatbot but I don't know how to capture the event/method to fetch the messages coming from the chatbot.
Following to the documentation, I've managed to get the information being sent by the user through window.webchatMethods' getMemory, however if I add the getLastMessage method to capture the messages received, this method is never called.