UALUser Action
data class UALUserAction(val name: String, val category: String, val label: String, val value: String, val payload: Map<String, String>)
Represents a user action event in the prepurchase discovery flow.
Parameters
name
The name of the action performed by the user.
category
The category of the action.
label
A label describing the specific action or context.
value
The value associated with the action.
payload
A map of key-value pairs containing additional details about the action.