Class finesse.restservices.DialogLogoutActions
Actions used to handle tasks that are associated with a given media at logout time.
Defined in: finesse.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| 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 Attributes | Method Name and Description |
|---|---|
|
isValidAction(action)
Is the given action a valid dialog logout action.
|
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