QueryCallSessionParticipantStatsTimelineResponse
data class QueryCallSessionParticipantStatsTimelineResponse(@Json(name = "call_id") val callId: String, @Json(name = "call_session_id") val callSessionId: String, @Json(name = "call_type") val callType: String, @Json(name = "duration") val duration: String, @Json(name = "user_id") val userId: String, @Json(name = "user_session_id") val userSessionId: String, @Json(name = "events") val events: List<CallParticipantTimeline> = emptyList())
Basic response information
Constructors
Link copied to clipboard
constructor(@Json(name = "call_id") callId: String, @Json(name = "call_session_id") callSessionId: String, @Json(name = "call_type") callType: String, @Json(name = "duration") duration: String, @Json(name = "user_id") userId: String, @Json(name = "user_session_id") userSessionId: String, @Json(name = "events") events: List<CallParticipantTimeline> = emptyList())