| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withEventId(String eventId)
An ID associated with the event.
|
Event |
Event.withEventType(String eventType)
The type of event, such as click or download.
|
Event |
Event.withEventValue(Float eventValue)
The event value that corresponds to the
EVENT_VALUE field of the Item interactions schema. |
Event |
Event.withImpression(Collection<String> impression)
A list of item IDs that represents the sequence of items you have shown the user.
|
Event |
Event.withImpression(String... impression)
A list of item IDs that represents the sequence of items you have shown the user.
|
Event |
Event.withItemId(String itemId)
The item ID key that corresponds to the
ITEM_ID field of the Item interactions dataset's schema. |
Event |
Event.withMetricAttribution(MetricAttribution metricAttribution)
Contains information about the metric attribution associated with an event.
|
Event |
Event.withProperties(String properties)
A string map of event-specific data that you might choose to record.
|
Event |
Event.withRecommendationId(String recommendationId)
The ID of the list of recommendations that contains the item the user interacted with.
|
Event |
Event.withSentAt(Date sentAt)
The timestamp (in Unix time) on the client side when the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
PutEventsRequest.getEventList()
A list of event data from the session.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest |
PutEventsRequest.withEventList(Event... eventList)
A list of event data from the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutEventsRequest.setEventList(Collection<Event> eventList)
A list of event data from the session.
|
PutEventsRequest |
PutEventsRequest.withEventList(Collection<Event> eventList)
A list of event data from the session.
|
Copyright © 2024. All rights reserved.