Package com.mypurecloud.sdk.v2.model
Class JourneyContext
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyContext
- All Implemented Interfaces:
Serializable
JourneyContext
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomer(JourneyCustomer customer) A subset of the Journey System's customer data at a point-in-time (for external linkage and internal usage/context)customerSession(JourneyCustomerSession customerSession) A subset of the Journey System's tracked customer session data at a point-in-time (for external linkage and internal usage/context)booleaninthashCode()voidsetCustomer(JourneyCustomer customer) voidsetCustomerSession(JourneyCustomerSession customerSession) voidsetTriggeringAction(JourneyAction triggeringAction) toString()triggeringAction(JourneyAction triggeringAction) A subset of the Journey System's action data relevant to a part of a conversation (for external linkage and internal usage/context)
-
Constructor Details
-
JourneyContext
public JourneyContext() -
JourneyContext
-
-
Method Details
-
customer
A subset of the Journey System's customer data at a point-in-time (for external linkage and internal usage/context) -
getCustomer
-
setCustomer
-
customerSession
A subset of the Journey System's tracked customer session data at a point-in-time (for external linkage and internal usage/context) -
getCustomerSession
-
setCustomerSession
-
triggeringAction
A subset of the Journey System's action data relevant to a part of a conversation (for external linkage and internal usage/context) -
getTriggeringAction
-
setTriggeringAction
-
equals
-
hashCode
public int hashCode() -
toString
-