MessageDirection

public enum MessageDirection

The direction that the message is being sent in regards to an agent.

  • Agent is receiving the message (inbound message).

    Declaration

    Swift

    case toAgent
  • Agent is sending the message (outbound message).

    Declaration

    Swift

    case toClient