Class Index | File Index

Classes


Class finesse.restservices.InterruptActions

The action to be taken in the event this media is interrupted. The action will be one of the following:


Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The interrupt will be accepted and the agent will not work on dialogs in this media until the media is no longer interrupted.
 
the interrupt will be ignored and the agent is allowed to work on dialogs while the media is interrupted.
Method Summary
Method Attributes Method Name and Description
 
isValidAction(action)
Is the given action a valid dialog logout action.
Class Detail
finesse.restservices.InterruptActions()
Field Detail
ACCEPT
The interrupt will be accepted and the agent will not work on dialogs in this media until the media is no longer interrupted.

IGNORE
the interrupt will be ignored and the agent is allowed to work on dialogs while the media is interrupted.
Method Detail
{Boolean} isValidAction(action)
Is the given action a valid dialog logout action.
Parameters:
{String} action
the action to evaluate
Returns:
{Boolean} true if the action is valid; false otherwise

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)