Package org.openapitools.client.models
Class CallTranscriptionReadyEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallTranscriptionReadyEvent extends VideoEvent implements WSCallEvent
This event is sent when call transcription is ready
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final CallTranscriptioncallTranscriptionprivate final OffsetDateTimecreatedAtprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description CallTranscriptionReadyEvent(String callCid, CallTranscription callTranscription, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final CallTranscriptiongetCallTranscription()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallTranscriptionReadyEvent
CallTranscriptionReadyEvent(String callCid, CallTranscription callTranscription, OffsetDateTime createdAt, String type)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCallTranscription
final CallTranscription getCallTranscription()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-