Class JourneyContext

java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyContext
All Implemented Interfaces:
Serializable

public class JourneyContext extends Object implements Serializable
JourneyContext
See Also:
  • Constructor Details

    • JourneyContext

      public JourneyContext()
    • JourneyContext

      public JourneyContext(Boolean initWithEmptyList)
  • Method Details

    • customer

      public JourneyContext customer(JourneyCustomer customer)
      A subset of the Journey System's customer data at a point-in-time (for external linkage and internal usage/context)
    • getCustomer

      public JourneyCustomer getCustomer()
    • setCustomer

      public void setCustomer(JourneyCustomer customer)
    • customerSession

      public JourneyContext 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)
    • getCustomerSession

      public JourneyCustomerSession getCustomerSession()
    • setCustomerSession

      public void setCustomerSession(JourneyCustomerSession customerSession)
    • triggeringAction

      public JourneyContext 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)
    • getTriggeringAction

      public JourneyAction getTriggeringAction()
    • setTriggeringAction

      public void setTriggeringAction(JourneyAction triggeringAction)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object