Package org.openapitools.client.models
Class CallTranscriptionFailedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallTranscriptionFailedEvent extends VideoEvent implements WSCallEvent
This event is sent when call transcription has failed
-
-
Constructor Summary
Constructors Constructor Description CallTranscriptionFailedEvent(String callCid, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-