Interface CallActivityDequeued
- All Superinterfaces:
CallActivity
,CallTranscriptFragmentStreamProvider
,OptionalCallParticipationChange
public interface CallActivityDequeued
extends CallActivity, OptionalCallParticipationChange, CallTranscriptFragmentStreamProvider
A
CallActivityDequeued
represents an activity
caused by a QueuedCallDequeuedEvent
.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault CallActivityType
getType()
TheCallActivityType
of theCallActivity
Methods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUser
Methods inherited from interface com.novomind.ecom.api.iagent.call.CallTranscriptFragmentStreamProvider
callTranscriptFragments
Methods inherited from interface com.novomind.ecom.api.iagent.call.OptionalCallParticipationChange
getCallParticipationId
-
Method Details
-
getType
Description copied from interface:CallActivity
TheCallActivityType
of theCallActivity
- Specified by:
getType
in interfaceCallActivity
- Returns:
- the type of the
CallActivity
- Since:
- 13.4
-