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, @Json(name = "user") val user: UserResponse)
CallClosedCaption represents a closed caption of a call.
Constructors
Link copied to clipboard
constructor( @Json(name = "end_time") endTime: OffsetDateTime, @Json(name = "speaker_id") speakerId: String, @Json(name = "start_time") startTime: OffsetDateTime, @Json(name = "text") text: String, @Json(name = "user") user: UserResponse)