Uses of Class
com.mypurecloud.sdk.v2.model.WebEventResponseSession
Packages that use WebEventResponseSession
-
Uses of WebEventResponseSession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventResponseSessionModifier and TypeMethodDescriptionWebEventResponseSession.createdDate(Date createdDate) Date of the session's first event, that is when the session starts.WebEventResponseSession.durationInSeconds(Integer durationInSeconds) Indicates how long the customer has been on the site within this session.WebEventResponseSession.eventCount(Integer eventCount) The count of all events recorded during this session.WebEventResponse.getSession()WebEventResponseSession.pageviewCount(Integer pageviewCount) The count of all pageviews performed during this session.The referrer of the first event in the web session.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebEventResponseSessionModifier and TypeMethodDescriptionWebEventResponse.session(WebEventResponseSession session) The session that the event belongs to.voidWebEventResponse.setSession(WebEventResponseSession session)