SCSChatActorType
enum SCSChatActorType {}
Defines the type of actors involved in a chat conversation.
-
Actor responsible for all user messages.
Declaration
Objective-C
SCSChatActorTypeUserSwift
case user = 0 -
Actor responsible for all agent messages.
Declaration
Objective-C
SCSChatActorTypeAgentSwift
case agent = 1 -
Actor responsible for all chatbot messages.
Declaration
Objective-C
SCSChatActorTypeBotSwift
case bot = 2
Install in Dash
SCSChatActorType Enumeration Reference