OBJECT

EscalationEndedAttachment

Ended escalation message

link GraphQL Schema definition

  • type EscalationEndedAttachment {
  • # Type of escalation
  • type: EscalationType!
  • # Correlation Id that allows to link escalation events from the invitation to the
  • # end
  • correlationId: UUID!
  • # Reason of the end of the call
  • reason: EscalationEndReason!
  • }