Interface CallActivityDisconnected
- All Superinterfaces:
CallActivity,CallTranscriptFragmentStreamProvider,OptionalCallParticipationChange
public interface CallActivityDisconnected
extends CallActivity, OptionalCallParticipationChange, CallTranscriptFragmentStreamProvider
A
CallActivityDisconnected represents an activity
caused by a QueuedCallDisconnectedEvent.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault CallActivityTypegetType()TheCallActivityTypeof theCallActivityMethods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUserMethods inherited from interface com.novomind.ecom.api.iagent.call.CallTranscriptFragmentStreamProvider
callTranscriptFragmentsMethods inherited from interface com.novomind.ecom.api.iagent.call.OptionalCallParticipationChange
getCallParticipationId
-
Method Details
-
getType
Description copied from interface:CallActivityTheCallActivityTypeof theCallActivity- Specified by:
getTypein interfaceCallActivity- Returns:
- the type of the
CallActivity - Since:
- 13.4
-