ActionInteraction.Builder |
ActionInteraction.Builder.actionId(String actionId) |
The ID of the action the user interacted with.
|
static ActionInteraction.Builder |
ActionInteraction.builder() |
|
ActionInteraction.Builder |
ActionInteraction.Builder.eventId(String eventId) |
An ID associated with the event.
|
ActionInteraction.Builder |
ActionInteraction.Builder.eventType(String eventType) |
The type of action interaction event.
|
ActionInteraction.Builder |
ActionInteraction.Builder.impression(String... impression) |
A list of action IDs that represents the sequence of actions you have shown the user.
|
ActionInteraction.Builder |
ActionInteraction.Builder.impression(Collection<String> impression) |
A list of action IDs that represents the sequence of actions you have shown the user.
|
ActionInteraction.Builder |
ActionInteraction.Builder.properties(String properties) |
A string map of event-specific data that you might choose to record.
|
ActionInteraction.Builder |
ActionInteraction.Builder.recommendationId(String recommendationId) |
The ID of the list of recommendations that contains the action the user interacted with.
|
ActionInteraction.Builder |
ActionInteraction.Builder.sessionId(String sessionId) |
The ID associated with the user's visit.
|
ActionInteraction.Builder |
ActionInteraction.Builder.timestamp(Instant timestamp) |
The timestamp for when the action interaction event occurred.
|
ActionInteraction.Builder |
ActionInteraction.toBuilder() |
|
ActionInteraction.Builder |
ActionInteraction.Builder.userId(String userId) |
The ID of the user who interacted with the action.
|