Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicJourneyContext
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicJourneyContext
- All Implemented Interfaces:
Serializable
A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerSession(ConversationEventTopicJourneyCustomerSession customerSession) booleaninthashCode()voidvoidsetCustomerSession(ConversationEventTopicJourneyCustomerSession customerSession) voidsetTriggeringAction(ConversationEventTopicJourneyAction triggeringAction) toString()triggeringAction(ConversationEventTopicJourneyAction triggeringAction)
-
Constructor Details
-
ConversationEventTopicJourneyContext
public ConversationEventTopicJourneyContext() -
ConversationEventTopicJourneyContext
-
-
Method Details
-
customer
public ConversationEventTopicJourneyContext customer(ConversationEventTopicJourneyCustomer customer) -
getCustomer
-
setCustomer
-
customerSession
public ConversationEventTopicJourneyContext customerSession(ConversationEventTopicJourneyCustomerSession customerSession) -
getCustomerSession
-
setCustomerSession
-
triggeringAction
public ConversationEventTopicJourneyContext triggeringAction(ConversationEventTopicJourneyAction triggeringAction) -
getTriggeringAction
-
setTriggeringAction
-
equals
-
hashCode
public int hashCode() -
toString
-