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.DetailsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Unknown parameter type. | |
| ClientUtc | 1 | Client time in UTC parameter type. | |
| InteractionKey | 2 | Interaction Key parameter type. | |
| SegmentSequence | 3 | Segment Sequence number parameter type. | |
| Duration | 4 | Duration parameter type. | |
| LocalParty | 5 | Local Party parameter type. | |
| Queue | 6 | Queue parameter type. | |
| EndCode | 7 | End Code parameter type. | |
| Details | 8 | Details parameter type. | |
| WrapupCode | 9 | Wrapup Code parameter type. | |
| WrapupSegmentNumber | 10 | Wrapup Segment Number parameter type. | |
| RemoteAddress | 11 | Remote Address parameter type. | |
| RemoteName | 12 | Remote Name parameter type. | |
| AlertParties | 13 | 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.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.