Uses of Class
com.mypurecloud.sdk.v2.model.AppEventResponseSession
Packages that use AppEventResponseSession
-
Uses of AppEventResponseSession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AppEventResponseSessionModifier and TypeMethodDescriptionAppEventResponseSession.createdDate(Date createdDate) UTC timestamp of the session's first event, that is when the session starts.AppEventResponseSession.durationInSeconds(Integer durationInSeconds) Indicates how long the customer has been in the app within this session.AppEventResponseSession.eventCount(Integer eventCount) The count of all events recorded during this session.AppEventResponse.getSession()ID of the app session.The referrer of the first event in the app session.AppEventResponseSession.screenviewCount(Integer screenviewCount) The count of all screen views recorded during this session.Methods in com.mypurecloud.sdk.v2.model with parameters of type AppEventResponseSessionModifier and TypeMethodDescriptionAppEventResponse.session(AppEventResponseSession session) The app session the event belongs to.voidAppEventResponse.setSession(AppEventResponseSession session)