ENUM

RespondFrom

Defines the modality used to answer calls

link GraphQL Schema definition

  • enum RespondFrom {
  • # The agent responds from voip number
  • CLICK_TO_CALL_NUMBER
  • # The agent responds directly from the desk
  • DESK
  • }