GetUserTokenResponse

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

GetUserTokenResponse

Value parameters

lastEventAt

Date of last event update. (ISO-8601 format).

scores

The userToken scores.

userToken

userToken representing the user for which to fetch the Personalization profile.

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