Uses of Class
com.mypurecloud.sdk.v2.model.AgentQueryAdherenceExplanationsResponse
Packages that use AgentQueryAdherenceExplanationsResponse
-
Uses of AgentQueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQuery(PostWorkforcemanagementAgentAdherenceExplanationsQueryRequest request) Query adherence explanations for the given agent across a specified rangeWorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQuery(String agentId, AgentQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations for the given agent across a specified rangeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQuery(ApiRequest<AgentQueryAdherenceExplanationsRequest> request) Query adherence explanations for the given agent across a specified rangeWorkforceManagementApiAsync.postWorkforcemanagementAgentAdherenceExplanationsQueryAsync(PostWorkforcemanagementAgentAdherenceExplanationsQueryRequest request, AsyncApiCallback<AgentQueryAdherenceExplanationsResponse> callback) Query adherence explanations for the given agent across a specified rangeWorkforceManagementApiAsync.postWorkforcemanagementAgentAdherenceExplanationsQueryAsync(ApiRequest<AgentQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<AgentQueryAdherenceExplanationsResponse>> callback) Query adherence explanations for the given agent across a specified rangeWorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryWithHttpInfo(String agentId, AgentQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations for the given agent across a specified rangeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAgentAdherenceExplanationsQueryAsync(PostWorkforcemanagementAgentAdherenceExplanationsQueryRequest request, AsyncApiCallback<AgentQueryAdherenceExplanationsResponse> callback) Query adherence explanations for the given agent across a specified rangeWorkforceManagementApiAsync.postWorkforcemanagementAgentAdherenceExplanationsQueryAsync(ApiRequest<AgentQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<AgentQueryAdherenceExplanationsResponse>> callback) Query adherence explanations for the given agent across a specified range -
Uses of AgentQueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionAgentQueryAdherenceExplanationsResponse.downloadUrl(String downloadUrl) The URL from which to download the result.AgentQueryAdherenceExplanationsResponse.job(AdherenceExplanationJobReference job) The asynchronous job handling the queryAgentQueryAdherenceExplanationsResponse.result(AdherenceExplanationListingAgentQueryResponse result) The result of the query.