ChatEvent

fun ChatEvent(    id: String,     eventName: String,     sendTime: Date,     requestId: String? = null,     attributes: Map<String, String>? = null)