Package com.mypurecloud.sdk.v2.model
Class AgentActionPayload
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentActionPayload
- All Implemented Interfaces:
Serializable
AgentActionPayload
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCallWork(Boolean afterCallWork) Boolean flag to indicate if the agent action is in ACW stage.checklistItems(List<AgentAction> checklistItems) The list of checklist items and the agent action taken on each one of them.booleaninthashCode()voidsetAfterCallWork(Boolean afterCallWork) voidsetChecklistItems(List<AgentAction> checklistItems) toString()
-
Constructor Details
-
AgentActionPayload
public AgentActionPayload() -
AgentActionPayload
-
-
Method Details
-
afterCallWork
Boolean flag to indicate if the agent action is in ACW stage. -
getAfterCallWork
-
setAfterCallWork
-
checklistItems
The list of checklist items and the agent action taken on each one of them. -
getChecklistItems
-
setChecklistItems
-
equals
-
hashCode
public int hashCode() -
toString
-