OBJECT

VisitorConversationCustomDataEntryString

A visitor custom data of type String

link GraphQL Schema definition

  • type VisitorConversationCustomDataEntryString {
  • key: String!
  • stringValue: String!
  • # Label of the custom data
  • label: String
  • }