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 TypeMethodDescriptionvoidaddCallTranscriptFragment(Call call, CallTranscriptFragment callTranscriptFragment) The method adds aCallTranscriptFragmentto aCall.
-
Method Details
-
addCallTranscriptFragment
void addCallTranscriptFragment(Call call, CallTranscriptFragment callTranscriptFragment) throws ValidationException The method adds aCallTranscriptFragmentto aCall. TheCallTranscriptFragmentwill be encrypted and stored in the database asynchronously.- Parameters:
call- theCallto which theCallTranscriptFragmentshould be addedcallTranscriptFragment- the fragment that should be added- Throws:
ValidationException- in case of invalid or missing parameters- Since:
- 13.4
-