OBJECT

VisitorConversationCustomDataEntryInt

A visitor custom data of type Int (32 bits)

link GraphQL Schema definition

  • type VisitorConversationCustomDataEntryInt {
  • key: String!
  • # Label of the custom data
  • label: String
  • intValue: Int!
  • }