OBJECT

PickedUpAttachment

Picked up session

link GraphQL Schema definition

  • type PickedUpAttachment {
  • # Type of session
  • type: ConversationSessionType!
  • # Correlation Id that allows to link PickedUp and hungUp events
  • correlationId: UUID!
  • }