Interface CallDataCollector
public interface CallDataCollector
The injectable
CallDataCollector
collects and stores call related data.
The CallDataCollector
is only available in the novomind iAGENT routing process.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCallTranscriptFragment
(Call call, CallTranscriptFragment callTranscriptFragment) The method adds aCallTranscriptFragment
to aCall
.
-
Method Details
-
addCallTranscriptFragment
void addCallTranscriptFragment(Call call, CallTranscriptFragment callTranscriptFragment) throws ValidationException The method adds aCallTranscriptFragment
to aCall
. TheCallTranscriptFragment
will be encrypted and stored in the database asynchronously.- Parameters:
call
- theCall
to which theCallTranscriptFragment
should be addedcallTranscriptFragment
- the fragment that should be added- Throws:
ValidationException
- in case of invalid or missing parameters- Since:
- 13.4
-