Class Index | File Index

Classes


Class finesse.restservices.MediaDialog.States

Possible Dialog State constants. The State flow of a typical in-bound Dialog is as follows: OFFERED, ACCEPTED, ACTIVE, CLOSED.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Indicates that the user has accepted the task.
 
Indicates that the user has started work on the task.
 
Indicates that the task has ended.
 
Indicates that the task was interrupted.
 
Indicates that the task has been offered to an agent.
 
Indicates that the user has paused work on the task.
 
Finesse has recovered a task after a failure.
 
Indicates that the user is wrapping up the task.
Class Detail
finesse.restservices.MediaDialog.States()
Field Detail
ACCEPTED
Indicates that the user has accepted the task.

ACTIVE
Indicates that the user has started work on the task.

CLOSED
Indicates that the task has ended.

INTERRUPTED
Indicates that the task was interrupted.

OFFERED
Indicates that the task has been offered to an agent.

PAUSED
Indicates that the user has paused work on the task.

UNKNOWN
Finesse has recovered a task after a failure. It does not have enough information to build a complete set of actions for the task so it only allows the user to end the task.

WRAPPING_UP
Indicates that the user is wrapping up the task.

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