Represents the reason why an interaction is alerting.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum InteractionAlertType
Visual Basic
Public Enumeration InteractionAlertType

Members

Member nameValueDescription
None0 The Interaction is alerting, source unknown.
User1 The Interaction is alerting on a user queue.
Station2 The Interaction is alerting on a station queue.
Workgroup3 The Interaction is alerting on a workgroup queue.
StationGroup4 The Interaction is alerting on a station group queue.
AcdUser5 The Interaction is alerting on the ACD user.
AcdStation6 The Interaction is alerting on ACD station.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also