Chat Event
    data class ChatEvent(    val id: String,     val eventName: String,     val sendTime: Date,     val requestId: String? = null,     val attributes: Map<String, String>? = null)
Content copied to clipboard
Represents an event received in the chat room. Events might originate from IVS service, client actions, or your backend code.