SCSChatEventType
enum SCSChatEventType {}
Defines the type of actors associated with a chat event.
-
Event type responsible for all information messages.
Declaration
Objective-C
SCSChatEventTypeInformationSwift
case information = 0 -
Event type responsible for all user messages in the conversation.
Declaration
Objective-C
SCSChatEventTypeOutputSwift
case output = 1 -
Event type responsible for agent responses in the conversation.
Declaration
Objective-C
SCSChatEventTypeInputSwift
case input = 2
Install in Dash
SCSChatEventType Enumeration Reference