Package com.mypurecloud.sdk.v2.model
Class EventAction
java.lang.Object
com.mypurecloud.sdk.v2.model.EventAction
- All Implemented Interfaces:
Serializable
EventAction
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type used to deliver the action (e.g. email, webhook).static enumCurrent state of the action (e.g. qualified, succeeded, errored). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) Timestamp indicating when the action was created.booleangetId()getState()inthashCode()ID of the action.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.voidsetCreatedDate(Date createdDate) voidvoidsetMediaType(EventAction.MediaTypeEnum mediaType) voidvoidsetState(EventAction.StateEnum state) state(EventAction.StateEnum state) Current state of the action (e.g. qualified, succeeded, errored).toString()
-
Constructor Details
-
EventAction
public EventAction() -
EventAction
-
-
Method Details
-
id
ID of the action. -
getId
-
setId
-
state
Current state of the action (e.g. qualified, succeeded, errored). -
getState
-
setState
-
mediaType
The media type used to deliver the action (e.g. email, webhook). -
getMediaType
-
setMediaType
-
prompt
Prompt of the action to be displayed/sent to the visitor. -
getPrompt
-
setPrompt
-
createdDate
Timestamp indicating when the action was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-