Uses of Class
com.mypurecloud.sdk.v2.model.ActivationTrigger
Packages that use ActivationTrigger
-
Uses of ActivationTrigger in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivationTriggerModifier and TypeMethodDescriptionThe intent ID if checklist was triggered by an intent.ActivationTrigger.intentName(String intentName) The intent name if checklist was triggered by an intent.ActivationTrigger.triggerDate(Date triggerDate) Date when the checklist was triggered.ActivationTrigger.triggerType(ActivationTrigger.TriggerTypeEnum triggerType) Trigger type that activated this checklist.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActivationTriggerMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActivationTriggerModifier and TypeMethodDescriptionAgentChecklistResponse.activationTriggers(List<ActivationTrigger> activationTriggers) List of triggers that activated this checklist.voidAgentChecklistResponse.setActivationTriggers(List<ActivationTrigger> activationTriggers)