Uses of Class
com.mypurecloud.sdk.v2.model.Event
Packages that use Event
-
Uses of Event in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventModifier and TypeMethodDescriptionEvent that tracks user interactions with content in an application such as screen views, searches, etc.Event.correlationId(String correlationId) UUID corresponding to triggering action that caused this event (e.g.Event.createdDate(Date createdDate) Timestamp indicating when the event actually took place.Event.customerId(String customerId) Primary identifier of the customer in the source of the events.Event.customerIdType(String customerIdType) Type of primary identifier (e.g. cookie, email, phone).The name representing the type of event.System-generated UUID for the event.Event.outcomeAchievedEvent(OutcomeAchievedEvent outcomeAchievedEvent) Deprecated.Event.segmentAssignmentEvent(SegmentAssignmentEvent segmentAssignmentEvent) Event that represents a segment being assigned.Event.session(EventSession session) The session that the event belongs to.Event.webActionEvent(WebActionEvent webActionEvent) Event triggered by web actions.Event that tracks user interactions with content in a browser such as pageviews, downloads, mobile ad clicks, etc.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Event