Package org.openapitools.client.models
Class CallClosedCaption
-
- All Implemented Interfaces:
public final class CallClosedCaptionCallClosedCaption represents a closed caption of a call.
-
-
Constructor Summary
Constructors Constructor Description CallClosedCaption(OffsetDateTime endTime, String speakerId, OffsetDateTime startTime, String text)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetEndTime()final StringgetSpeakerId()final OffsetDateTimegetStartTime()final StringgetText()-
-
Method Detail
-
getEndTime
final OffsetDateTime getEndTime()
-
getSpeakerId
final String getSpeakerId()
-
getStartTime
final OffsetDateTime getStartTime()
-
-
-
-