| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
ActionInteraction |
ActionInteraction.clone() |
ActionInteraction |
ActionInteraction.withActionId(String actionId)
The ID of the action the user interacted with.
|
ActionInteraction |
ActionInteraction.withEventId(String eventId)
An ID associated with the event.
|
ActionInteraction |
ActionInteraction.withEventType(String eventType)
The type of action interaction event.
|
ActionInteraction |
ActionInteraction.withImpression(Collection<String> impression)
A list of action IDs that represents the sequence of actions you have shown the user.
|
ActionInteraction |
ActionInteraction.withImpression(String... impression)
A list of action IDs that represents the sequence of actions you have shown the user.
|
ActionInteraction |
ActionInteraction.withProperties(String properties)
A string map of event-specific data that you might choose to record.
|
ActionInteraction |
ActionInteraction.withRecommendationId(String recommendationId)
The ID of the list of recommendations that contains the action the user interacted with.
|
ActionInteraction |
ActionInteraction.withSessionId(String sessionId)
The ID associated with the user's visit.
|
ActionInteraction |
ActionInteraction.withTimestamp(Date timestamp)
The timestamp for when the action interaction event occurred.
|
ActionInteraction |
ActionInteraction.withUserId(String userId)
The ID of the user who interacted with the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionInteraction> |
PutActionInteractionsRequest.getActionInteractions()
A list of action interaction events from the session.
|
| Modifier and Type | Method and Description |
|---|---|
PutActionInteractionsRequest |
PutActionInteractionsRequest.withActionInteractions(ActionInteraction... actionInteractions)
A list of action interaction events from the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutActionInteractionsRequest.setActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
|
PutActionInteractionsRequest |
PutActionInteractionsRequest.withActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
|
Copyright © 2024. All rights reserved.