OBJECT

HungUpAttachment

Hung up session

link GraphQL Schema definition

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