Specifies constants indicating the type of an Interaction.

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

Members

Member nameValueDescription
None0The Interaction is of an unknown type.
Call1The Interaction is a Call.
Callback2The Interaction is a Callback.
Chat3The Interaction is a Chat.
Email4The Interaction is an Email.
Generic5The Interaction is a Generic object.
Monitor6The Interaction is a Monitor.
Recorder7The Interaction is a Record.
WorkItem8The Interaction is a Work Item.
SocialConversation9The Interaction is a Social Conversation.
SocialDirectMessage10The Interaction is a Social DirectMessage.

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