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