OBJECT
HungUpAttachment
Hung up session
link GraphQL Schema definition
- type HungUpAttachment {
- # Type of session
- : ConversationSessionType!
- # Correlation Id that allows to link PickedUp and HungUp events
- : UUID!
- }
OBJECT
Hung up session
- type HungUpAttachment {
- # Type of session
- : ConversationSessionType!
- # Correlation Id that allows to link PickedUp and HungUp events
- : UUID!
- }