OBJECT
EscalationEndedAttachment
Ended escalation message
link GraphQL Schema definition
- type EscalationEndedAttachment {
- # Type of escalation
- : EscalationType!
- # Correlation Id that allows to link escalation events from the invitation to the
- # end
- : UUID!
- # Reason of the end of the call
- : EscalationEndReason!
- }