Call Candidates Content
constructor(@Json(name = "call_id" ) callId: String, @Json(name = "party_id" ) partyId: String? = null, @Json(name = "candidates" ) candidates: List<CallCandidate> = emptyList(), @Json(name = "version" ) version: String?)