CallClosedCaption

data class CallClosedCaption(@Json(name = "end_time") val endTime: OffsetDateTime, @Json(name = "id") val id: String, @Json(name = "language") val language: String, @Json(name = "speaker_id") val speakerId: String, @Json(name = "start_time") val startTime: OffsetDateTime, @Json(name = "text") val text: String, @Json(name = "translated") val translated: Boolean, @Json(name = "user") val user: UserResponse, @Json(name = "service") val service: String? = null)

CallClosedCaption represents a closed caption of a call.

Constructors

Link copied to clipboard
constructor(@Json(name = "end_time") endTime: OffsetDateTime, @Json(name = "id") id: String, @Json(name = "language") language: String, @Json(name = "speaker_id") speakerId: String, @Json(name = "start_time") startTime: OffsetDateTime, @Json(name = "text") text: String, @Json(name = "translated") translated: Boolean, @Json(name = "user") user: UserResponse, @Json(name = "service") service: String? = null)

Properties

Link copied to clipboard
val endTime: OffsetDateTime
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val service: String? = null
Link copied to clipboard
Link copied to clipboard
val startTime: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard