Represents the type of the interaction segment.

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

Syntax

C#
public enum InteractionSegmentType
Visual Basic
Public Enumeration InteractionSegmentType

Members

Member nameValueDescription
Unknown0 Unknown segment type.
Ivr1 IVR segment type.
System2 System segment type.
Delay3 Delay segment type.
Alert4 Alert segment type.
Connect5 Connect segment type.
Hold6 Hold segment type.
Suspend7 Suspend segment type.
Consult8 Consult segment type.
Conference9 Conference segment type.
ExternalTransfer10 External Transfer segment type.
Acw11 ACW segment type.
Messaging12 Messaging segment type.
Dialing13 Dialing segment type.
Park14 Park segment type.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.

See Also