Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestSession
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestSession
- All Implemented Interfaces:
Serializable
KnowledgeGuestSession
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe app where the session is started.contexts(List<KnowledgeGuestSessionContext> contexts) The session contexts.customerId(String customerId) An arbitrary ID for the customer starting the session.booleangetApp()getId()inthashCode()journeySessionId(String journeySessionId) Journey session ID.URL of the page where the session is started.voidvoidsetContexts(List<KnowledgeGuestSessionContext> contexts) voidsetCustomerId(String customerId) voidsetJourneySessionId(String journeySessionId) voidsetPageUrl(String pageUrl) toString()
-
Constructor Details
-
KnowledgeGuestSession
public KnowledgeGuestSession() -
KnowledgeGuestSession
-
-
Method Details
-
getId
-
app
The app where the session is started. -
getApp
-
setApp
-
customerId
An arbitrary ID for the customer starting the session. Used to track multiple sessions started by the same customer. -
getCustomerId
-
setCustomerId
-
pageUrl
URL of the page where the session is started. -
getPageUrl
-
setPageUrl
-
contexts
The session contexts. -
getContexts
-
setContexts
-
journeySessionId
Journey session ID. Used to get the segments of the customer to filter search results. -
getJourneySessionId
-
setJourneySessionId
-
equals
-
hashCode
public int hashCode() -
toString
-