Class Index | File Index

Classes


Class finesse.restservices.DialogLogoutActions

Actions used to handle tasks that are associated with a given media at logout time.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Set this action to close active dialogs when the agent logs out.
 
Set this action to transfer active dialogs when the agent logs out.
Method Summary
Method Attributes Method Name and Description
 
isValidAction(action)
Is the given action a valid dialog logout action.
Class Detail
finesse.restservices.DialogLogoutActions()
Field Detail
CLOSE
Set this action to close active dialogs when the agent logs out.

TRANSFER
Set this action to transfer active dialogs when the agent logs out.
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)