SCSChatActorType
enum SCSChatActorType : NSUInteger {}
Defines the type of actors involved in a chat conversation.
-
Actor responsible for all user messages.
Declaration
Objective-C
SCSChatActorTypeUser
Swift
case user = 0
-
Actor responsible for all agent messages.
Declaration
Objective-C
SCSChatActorTypeAgent
Swift
case agent = 1
-
Actor responsible for all chatbot messages.
Declaration
Objective-C
SCSChatActorTypeBot
Swift
case bot = 2