OBJECT

ListPickerAttachment

A list picker attachment

link GraphQL Schema definition

  • type ListPickerAttachment {
  • # Identifier of the event
  • correlationId: UUID!
  • # Sections of the picker
  • sections: [ListPickerAttachmentSection!]!
  • # Displayed message when the visitor receives the picker
  • receivedMessage: CardAttachment!
  • # Displayed message when the visitor submits the picker
  • replyMessage: CardAttachment!
  • }