Class AgentActionPayload

java.lang.Object
com.mypurecloud.sdk.v2.model.AgentActionPayload
All Implemented Interfaces:
Serializable

public class AgentActionPayload extends Object implements Serializable
AgentActionPayload
See Also:
  • Constructor Details

    • AgentActionPayload

      public AgentActionPayload()
    • AgentActionPayload

      public AgentActionPayload(Boolean initWithEmptyList)
  • Method Details

    • afterCallWork

      public AgentActionPayload afterCallWork(Boolean afterCallWork)
      Boolean flag to indicate if the agent action is in ACW stage.
    • getAfterCallWork

      public Boolean getAfterCallWork()
    • setAfterCallWork

      public void setAfterCallWork(Boolean afterCallWork)
    • checklistItems

      public AgentActionPayload checklistItems(List<AgentAction> checklistItems)
      The list of checklist items and the agent action taken on each one of them.
    • getChecklistItems

      public List<AgentAction> getChecklistItems()
    • setChecklistItems

      public void setChecklistItems(List<AgentAction> checklistItems)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object