Uses of Class
com.mypurecloud.sdk.v2.model.AgentChecklistItem
Packages that use AgentChecklistItem
-
Uses of AgentChecklistItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentChecklistItemModifier and TypeMethodDescriptionAgentChecklistItem.automatedCheckEnabled(Boolean automatedCheckEnabled) Flag to indicate whether automated check is enabled for this checklist item.AgentChecklistItem.description(String description) Description of the checklist item.AgentChecklistItem.exactPhraseMatch(Boolean exactPhraseMatch) Flag to indicate whether exact phrase matching is applicable for this checklist item.Flag to indicate whether this checklist item is marked as important.Name of the checklist item.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AgentChecklistItemMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentChecklistItemModifier and TypeMethodDescriptionAgentChecklist.checklistItems(List<AgentChecklistItem> checklistItems) Agent Checklist Items.voidAgentChecklist.setChecklistItems(List<AgentChecklistItem> checklistItems)