CallClosedCaption
data class CallClosedCaption(@Json(name = "end_time") val endTime: OffsetDateTime, @Json(name = "speaker_id") val speakerId: String, @Json(name = "start_time") val startTime: OffsetDateTime, @Json(name = "text") val text: String)
CallClosedCaption represents a closed caption of a call.
Parameters
endTime
speakerId
startTime
text