DialogLogoutActions

Class finesse.restservices.DialogLogoutActions

Represents the logout actions for media tasks (non-voice dialogs). The actions are performed on the dialog when the user logs out.

Field Details

Name

Description

CLOSE

The user sets the action to close active dialogs when logged out.

TRANSFER

The user sets the action to transfer active dialogs when logged out.

Method

isValidAction(action)

Determines whether the logout action is valid.

Parameters

Name

Type

Description

Required

action

String

The action to evaluate.

Yes

Returns

{Boolean} True if the action is valid and false if it is not valid.