Genesys Conversations Api getConversationsChatMessages(conversationId) is empty

30 views Asked by At

I have a node js application where the conversation ID of a web chat is posted. I can see in the console that the conversation ID is generated. But when I run var currentConversationMessages=conversationsApi.getConversationsChatMessages(conversationId); The currentConversationMessages is empty even though I can see text being posted in the chat.

console

0

There are 0 answers