Hello.
I am getting chat transcript new ConversationsApi().getConversationsChatMessages(GetConversationsChatMessagesRequest.builder().withConversationId(*conversationId*).build())
.
Could you help me, how can I found out, which participant sent which message in the transcript?
Unfortunately the webChatMessage.getSender().getId()
does not return the participant id.
Thanks