GetUserTokenResponse

algoliasearch.personalization.GetUserTokenResponse
case class GetUserTokenResponse(userToken: String, lastEventAt: String, scores: Any)

GetUserTokenResponse

Value parameters

lastEventAt

Date and time of the last event from this user, in RFC 3339 format.

scores

Scores for different facet values. Scores represent the user affinity for a user profile towards specific facet values, given the personalization strategy and past events.

userToken

Unique pseudonymous or anonymous user identifier. This helps with analytics and click and conversion events. For more information, see user token.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product