Dialogs
Class finesse.restservices.Dialogs
Extends finesse.restservices.RestCollectionBaseRepresents a collection of dialog objects.
Example
For additional parameters and methods, see RestCollectionBase Common Parameters.
Field Details
Name |
Description |
---|---|
REQUESTID_REAPER_TIMEOUT |
Unique identifier of the request reaper timeout. |
Method
getDialogCount(excludeSilentMonitor)
Retrieves the number of dialogs in the collection. The excludeSilentMonitor parameter is provided as an option to exclude dialogs with the call type of SUPERVISOR_MONITOR from the count.
Parameters
Name |
Type |
Description |
Required |
---|---|---|---|
excludeSilentMonitor |
Boolean |
Determines whether the dialogs with the call type of SUPERVISOR_MONITOR is to be excluded from the count. |
Yes |
Returns
{Number}
The number of dialogs in the collection.
For additional parameters and methods, see RestCollectionBase Common Parameters.