OBJECT

VisitorConversationCustomDataEntryFloat

A visitor custom data of type Float

link GraphQL Schema definition

  • type VisitorConversationCustomDataEntryFloat {
  • key: String!
  • floatValue: Float!
  • # Label of the custom data
  • label: String
  • }