Represents the type of a parameter. This is used to map the values from the server into strongly typed values.

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 InteractionSegmentParameterType
Visual Basic
Public Enumeration InteractionSegmentParameterType

Members

Member nameValueDescription
Unknown0 Unknown parameter type.
ClientUtc1 Client time in UTC parameter type.
InteractionKey2 Interaction Key parameter type.
SegmentSequence3 Segment Sequence number parameter type.
Duration4 Duration parameter type.
LocalParty5 Local Party parameter type.
Queue6 Queue parameter type.
EndCode7 End Code parameter type.
Details8 Details parameter type.
WrapupCode9 Wrapup Code parameter type.
WrapupSegmentNumber10 Wrapup Segment Number parameter type.
RemoteAddress11 Remote Address parameter type.
RemoteName12 Remote Name parameter type.
AlertParties13 Alert Parties parameter 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