get instance for initialize commitments
This method is to cancel commitment which is shown in assignment app
callbackId of commitment
This method is to create commitment for schedule app
commitment details
This method is to delete commitment for schedule app
unique callback id
This method is to edit commitment for schedule app
unique id of callback
commitment details
This method is to get all the commitments
unique id of agent
This method is to make a call on receive commitment
callbackId of commitment
Method to get PromiseKeeper event
@example
this.promiseKeeper(callDetails);
Method to get PromiseKeeperStatus event and emit commitment reschedule event
@example
this.promiseKeeperStatus(status);
This method is to reschedule commitment for schedule app
callbackId of commitment
date for reschedule commitment
Method to update commitments
@example
this.updateCommitments();
Generated using TypeDoc
Class to manage all commitments related methods