Uses of Class
com.mypurecloud.sdk.v2.model.AgentChecklistResponse
Packages that use AgentChecklistResponse
-
Uses of AgentChecklistResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentChecklistResponseModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationAgentchecklist(GetConversationCommunicationAgentchecklistRequest request) Get checklist info for a single checklist.ConversationsApi.getConversationCommunicationAgentchecklist(String conversationId, String communicationId, String agentChecklistId) Get checklist info for a single checklist.ConversationsApi.postConversationCommunicationAgentchecklist(PostConversationCommunicationAgentchecklistRequest request) Agent Checklist activation APIConversationsApi.postConversationCommunicationAgentchecklist(String conversationId, String communicationId, String agentChecklistId, ChecklistActivationPayload body) Agent Checklist activation APIConversationsApi.postConversationCommunicationAgentchecklistAgentaction(PostConversationCommunicationAgentchecklistAgentactionRequest request) API invoked to capture an agent action.ConversationsApi.postConversationCommunicationAgentchecklistAgentaction(String conversationId, String communicationId, String agentChecklistId, AgentActionPayload body) API invoked to capture an agent action.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentChecklistResponseModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationAgentchecklist(ApiRequest<Void> request) Get checklist info for a single checklist.ConversationsApiAsync.getConversationCommunicationAgentchecklistAsync(GetConversationCommunicationAgentchecklistRequest request, AsyncApiCallback<AgentChecklistResponse> callback) Get checklist info for a single checklist.ConversationsApiAsync.getConversationCommunicationAgentchecklistAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) Get checklist info for a single checklist.ConversationsApi.getConversationCommunicationAgentchecklistWithHttpInfo(String conversationId, String communicationId, String agentChecklistId) Get checklist info for a single checklist.ConversationsApi.postConversationCommunicationAgentchecklist(ApiRequest<ChecklistActivationPayload> request) Agent Checklist activation APIConversationsApi.postConversationCommunicationAgentchecklistAgentaction(ApiRequest<AgentActionPayload> request) API invoked to capture an agent action.ConversationsApiAsync.postConversationCommunicationAgentchecklistAgentactionAsync(PostConversationCommunicationAgentchecklistAgentactionRequest request, AsyncApiCallback<AgentChecklistResponse> callback) API invoked to capture an agent action.ConversationsApiAsync.postConversationCommunicationAgentchecklistAgentactionAsync(ApiRequest<AgentActionPayload> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) API invoked to capture an agent action.ConversationsApi.postConversationCommunicationAgentchecklistAgentactionWithHttpInfo(String conversationId, String communicationId, String agentChecklistId, AgentActionPayload body) API invoked to capture an agent action.ConversationsApiAsync.postConversationCommunicationAgentchecklistAsync(PostConversationCommunicationAgentchecklistRequest request, AsyncApiCallback<AgentChecklistResponse> callback) Agent Checklist activation APIConversationsApiAsync.postConversationCommunicationAgentchecklistAsync(ApiRequest<ChecklistActivationPayload> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) Agent Checklist activation APIConversationsApi.postConversationCommunicationAgentchecklistWithHttpInfo(String conversationId, String communicationId, String agentChecklistId, ChecklistActivationPayload body) Agent Checklist activation APIMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentChecklistResponseModifier and TypeMethodDescriptionConversationsApiAsync.getConversationCommunicationAgentchecklistAsync(GetConversationCommunicationAgentchecklistRequest request, AsyncApiCallback<AgentChecklistResponse> callback) Get checklist info for a single checklist.ConversationsApiAsync.getConversationCommunicationAgentchecklistAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) Get checklist info for a single checklist.ConversationsApiAsync.postConversationCommunicationAgentchecklistAgentactionAsync(PostConversationCommunicationAgentchecklistAgentactionRequest request, AsyncApiCallback<AgentChecklistResponse> callback) API invoked to capture an agent action.ConversationsApiAsync.postConversationCommunicationAgentchecklistAgentactionAsync(ApiRequest<AgentActionPayload> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) API invoked to capture an agent action.ConversationsApiAsync.postConversationCommunicationAgentchecklistAsync(PostConversationCommunicationAgentchecklistRequest request, AsyncApiCallback<AgentChecklistResponse> callback) Agent Checklist activation APIConversationsApiAsync.postConversationCommunicationAgentchecklistAsync(ApiRequest<ChecklistActivationPayload> request, AsyncApiCallback<ApiResponse<AgentChecklistResponse>> callback) Agent Checklist activation API -
Uses of AgentChecklistResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentChecklistResponseModifier and TypeMethodDescriptionAgentChecklistResponse.activationTriggers(List<ActivationTrigger> activationTriggers) List of triggers that activated this checklist.Agent ID.AgentChecklistResponse.assistantId(String assistantId) Assistant ID.AgentChecklistResponse.checklistItems(List<ChecklistItem> checklistItems) List of individual Checklist Items.AgentChecklistResponse.direction(AgentChecklistResponse.DirectionEnum direction) Direction of the conversation.Error code when success is false.AgentChecklistResponse.errorMessage(String errorMessage) Error message when success is false.AgentChecklistResponse.evaluationFinalizedDate(Date evaluationFinalizedDate) Date when the checklist was finalized.AgentChecklistResponse.evaluationFinalizedWithAcwDate(Date evaluationFinalizedWithAcwDate) Date when the checklist was finalized with ACW.AgentChecklistResponse.evaluationLastModifiedDate(Date evaluationLastModifiedDate) Date when the checklist was last modified.AgentChecklistResponse.evaluationStartDate(Date evaluationStartDate) Date when the checklist evaluation began.AgentChecklistResponse.exitReason(String exitReason) Exit reason provided at the time of finalizing the checklist.ID of the checklist.Language associated with the checklist.AgentChecklistResponse.mediaType(AgentChecklistResponse.MediaTypeEnum mediaType) Media type.Name of the checklist.AgentChecklistResponse.participantId(String participantId) Participant ID.Queue ID.AgentChecklistResponse.status(AgentChecklistResponse.StatusEnum status) The evaluation status of the checklist.Whether activation succeeded for this checklist (bulk activation).Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AgentChecklistResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentChecklistResponseModifier and TypeMethodDescriptionAgentChecklistResponseList.entities(List<AgentChecklistResponse> entities) voidAgentChecklistResponseList.setEntities(List<AgentChecklistResponse> entities)