Uses of Class
com.mypurecloud.sdk.v2.model.JourneyAction
Packages that use JourneyAction
-
Uses of JourneyAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyActionModifier and TypeMethodDescriptionJourneyAction.actionMap(JourneyActionMap actionMap) Details about the action map from the Journey System which triggered this actionWebDeploymentsJourneyContext.getJourneyAction()JourneyContext.getTriggeringAction()The ID of an action from the Journey System (an action is spawned from an actionMap)Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyActionModifier and TypeMethodDescriptionWebDeploymentsJourneyContext.journeyAction(JourneyAction journeyAction) A subset of the Journey System's action data relevant to a part of a conversation (for external linkage and internal usage/context)voidWebDeploymentsJourneyContext.setJourneyAction(JourneyAction journeyAction) voidJourneyContext.setTriggeringAction(JourneyAction triggeringAction) 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)