Uses of Class
com.mypurecloud.sdk.v2.model.EventAction
Packages that use EventAction
-
Uses of EventAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventActionModifier and TypeMethodDescriptionEventAction.createdDate(Date createdDate) Timestamp indicating when the action was created.WebActionEvent.getAction()ID of the action.EventAction.mediaType(EventAction.MediaTypeEnum mediaType) The media type used to deliver the action (e.g. email, webhook).Prompt of the action to be displayed/sent to the visitor.EventAction.state(EventAction.StateEnum state) Current state of the action (e.g. qualified, succeeded, errored).Methods in com.mypurecloud.sdk.v2.model with parameters of type EventActionModifier and TypeMethodDescriptionWebActionEvent.action(EventAction action) The action that triggered the event.voidWebActionEvent.setAction(EventAction action)