ConversationRecipientType public enum ConversationRecipientType : String, Codable Recipient type of the conversation agent Recipient is a single agent Declaration Swift case agent = "AGENT" team Recipient is a team. An agent of that team can pick up the conversation Declaration Swift case team = "TEAM"