ConversationRecipientType

public enum ConversationRecipientType : String, Codable

Recipient type of the conversation

  • 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"