Package com.mypurecloud.sdk.v2.model
Class AgentChecklistResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentChecklistResponse
- All Implemented Interfaces:
Serializable
AgentChecklistResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDirection of the conversation.static enumMedia type.static enumThe evaluation status of the checklist. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivationTriggers(List<ActivationTrigger> activationTriggers) List of triggers that activated this checklist.Agent ID.assistantId(String assistantId) Assistant ID.checklistItems(List<ChecklistItem> checklistItems) List of individual Checklist Items.direction(AgentChecklistResponse.DirectionEnum direction) Direction of the conversation.booleanError code when success is false.errorMessage(String errorMessage) Error message when success is false.evaluationFinalizedDate(Date evaluationFinalizedDate) Date when the checklist was finalized.evaluationFinalizedWithAcwDate(Date evaluationFinalizedWithAcwDate) Date when the checklist was finalized with ACW.evaluationLastModifiedDate(Date evaluationLastModifiedDate) Date when the checklist was last modified.evaluationStartDate(Date evaluationStartDate) Date when the checklist evaluation began.exitReason(String exitReason) Exit reason provided at the time of finalizing the checklist.getId()getName()inthashCode()ID of the checklist.Language associated with the checklist.mediaType(AgentChecklistResponse.MediaTypeEnum mediaType) Media type.Name of the checklist.participantId(String participantId) Participant ID.Queue ID.voidsetActivationTriggers(List<ActivationTrigger> activationTriggers) voidsetAgentId(String agentId) voidsetAssistantId(String assistantId) voidsetChecklistItems(List<ChecklistItem> checklistItems) voidsetDirection(AgentChecklistResponse.DirectionEnum direction) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetEvaluationFinalizedDate(Date evaluationFinalizedDate) voidsetEvaluationFinalizedWithAcwDate(Date evaluationFinalizedWithAcwDate) voidsetEvaluationLastModifiedDate(Date evaluationLastModifiedDate) voidsetEvaluationStartDate(Date evaluationStartDate) voidsetExitReason(String exitReason) voidvoidsetLanguage(String language) voidsetMediaType(AgentChecklistResponse.MediaTypeEnum mediaType) voidvoidsetParticipantId(String participantId) voidsetQueueId(String queueId) voidvoidsetSuccess(Boolean success) The evaluation status of the checklist.Whether activation succeeded for this checklist (bulk activation).toString()
-
Constructor Details
-
AgentChecklistResponse
public AgentChecklistResponse() -
AgentChecklistResponse
-
-
Method Details
-
id
ID of the checklist. -
getId
-
setId
-
name
Name of the checklist. -
getName
-
setName
-
checklistItems
List of individual Checklist Items. -
getChecklistItems
-
setChecklistItems
-
activationTriggers
List of triggers that activated this checklist. -
getActivationTriggers
-
setActivationTriggers
-
status
The evaluation status of the checklist. -
getStatus
-
setStatus
-
exitReason
Exit reason provided at the time of finalizing the checklist. -
getExitReason
-
setExitReason
-
language
Language associated with the checklist. -
getLanguage
-
setLanguage
-
agentId
Agent ID. -
getAgentId
-
setAgentId
-
participantId
Participant ID. -
getParticipantId
-
setParticipantId
-
queueId
Queue ID. -
getQueueId
-
setQueueId
-
assistantId
Assistant ID. -
getAssistantId
-
setAssistantId
-
mediaType
Media type. -
getMediaType
-
setMediaType
-
direction
Direction of the conversation. -
getDirection
-
setDirection
-
evaluationStartDate
Date when the checklist evaluation began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEvaluationStartDate
-
setEvaluationStartDate
-
evaluationLastModifiedDate
Date when the checklist was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEvaluationLastModifiedDate
-
setEvaluationLastModifiedDate
-
evaluationFinalizedDate
Date when the checklist was finalized. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEvaluationFinalizedDate
-
setEvaluationFinalizedDate
-
evaluationFinalizedWithAcwDate
Date when the checklist was finalized with ACW. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEvaluationFinalizedWithAcwDate
-
setEvaluationFinalizedWithAcwDate
-
success
Whether activation succeeded for this checklist (bulk activation). Omitted for non-bulk responses. -
getSuccess
-
setSuccess
-
errorCode
Error code when success is false. -
getErrorCode
-
setErrorCode
-
errorMessage
Error message when success is false. -
getErrorMessage
-
setErrorMessage
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-