Specifies constants indicating the type of an Interaction.
Namespace: ININ.IceLib.InteractionsAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | The Interaction is of an unknown type. | |
Call | 1 | The Interaction is a Call. | |
Callback | 2 | The Interaction is a Callback. | |
Chat | 3 | The Interaction is a Chat. | |
4 | The Interaction is an Email. | ||
Generic | 5 | The Interaction is a Generic object. | |
Monitor | 6 | The Interaction is a Monitor. | |
Recorder | 7 | The Interaction is a Record. | |
WorkItem | 8 | The Interaction is a Work Item. | |
SocialConversation | 9 | The Interaction is a Social Conversation. | |
SocialDirectMessage | 10 | The 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.
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.