SCSChatEventType
enum SCSChatEventType : NSUInteger {}
Defines the type of actors associated with a chat event.
-
Event type responsible for all information messages.
Declaration
Objective-C
SCSChatEventTypeInformation
Swift
case information = 0
-
Event type responsible for all user messages in the conversation.
Declaration
Objective-C
SCSChatEventTypeOutput
Swift
case output = 1
-
Event type responsible for agent responses in the conversation.
Declaration
Objective-C
SCSChatEventTypeInput
Swift
case input = 2