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

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)

Properties

Link copied to clipboard
val endTime: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
val startTime: OffsetDateTime
Link copied to clipboard