onNewMessageReceived

open override fun onNewMessageReceived(content: String)

Called each time a message has been received in the ongoing conversation.

Text content of the message is available if you want to display it in your custom engagement UI for instance.

Parameters

content

Text content of the message.