Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicJourneyContext
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicJourneyContext
- 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(QueueConversationEventTopicJourneyCustomerSession customerSession) booleaninthashCode()voidvoidsetCustomerSession(QueueConversationEventTopicJourneyCustomerSession customerSession) voidsetTriggeringAction(QueueConversationEventTopicJourneyAction triggeringAction) toString()triggeringAction(QueueConversationEventTopicJourneyAction triggeringAction)
-
Constructor Details
-
QueueConversationEventTopicJourneyContext
public QueueConversationEventTopicJourneyContext() -
QueueConversationEventTopicJourneyContext
-
-
Method Details
-
customer
public QueueConversationEventTopicJourneyContext customer(QueueConversationEventTopicJourneyCustomer customer) -
getCustomer
-
setCustomer
-
customerSession
public QueueConversationEventTopicJourneyContext customerSession(QueueConversationEventTopicJourneyCustomerSession customerSession) -
getCustomerSession
-
setCustomerSession
-
triggeringAction
public QueueConversationEventTopicJourneyContext triggeringAction(QueueConversationEventTopicJourneyAction triggeringAction) -
getTriggeringAction
-
setTriggeringAction
-
equals
-
hashCode
public int hashCode() -
toString
-