ConversationRecipientInfoType
public enum ConversationRecipientInfoType : String, Codable
-
Recipient is a single agent
Declaration
Swift
case agent = "AGENT"
-
Recipient is a team. An agent of that team can pick up the conversation
Declaration
Swift
case team = "TEAM"
-
Recipient is an agent responsible for a specific named-area
Declaration
Swift
case namedArea = "NAMED_AREA"
-
Recipient is one of all the agents of an account
Declaration
Swift
case account = "ACCOUNT"