Represents and interaction's media type.

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

Syntax

C#
public enum InteractionSnapshotMediaType
Visual Basic
Public Enumeration InteractionSnapshotMediaType

Members

Member nameValueDescription
Invalid0 An invalid media type.
Call1 A call interaction.
Chat2 A chat interaction.
Sms3 An SMS interaction.
Generic4 A generic interaction.
Email5 An email interaction.
Callback6 A callback interaction.
InstantQuestion7 An instant question interaction.
WebCollaboration8 A web collaboration interaction.
Fax9 A fax interaction.
WorkflowItemObject10 A workflow item object for an IPA interaction.
MonitoredObject11 A Monitored object for an interaction.
SocialConversation12 A social media conversation object.
SocialDirectMessage13 A social media directmessage object.

Version Information

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

See Also