Uses of Class
com.mypurecloud.sdk.v2.model.ChecklistInferenceJobPayload
Packages that use ChecklistInferenceJobPayload
Package
Description
-
Uses of ChecklistInferenceJobPayload in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionConversationsApi.postConversationCommunicationAgentchecklistJobs(String conversationId, String communicationId, String agentChecklistId, ChecklistInferenceJobPayload body) Create inference jobConversationsApi.postConversationCommunicationAgentchecklistJobsWithHttpInfo(String conversationId, String communicationId, String agentChecklistId, ChecklistInferenceJobPayload body) Create inference jobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionConversationsApi.postConversationCommunicationAgentchecklistJobs(ApiRequest<ChecklistInferenceJobPayload> request) Create inference jobConversationsApiAsync.postConversationCommunicationAgentchecklistJobsAsync(ApiRequest<ChecklistInferenceJobPayload> request, AsyncApiCallback<ApiResponse<ChecklistInferenceJobCreationResponse>> callback) Create inference job -
Uses of ChecklistInferenceJobPayload in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionPostConversationCommunicationAgentchecklistJobsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionPostConversationCommunicationAgentchecklistJobsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionPostConversationCommunicationAgentchecklistJobsRequest.builder(String conversationId, String communicationId, String agentChecklistId, ChecklistInferenceJobPayload body) voidPostConversationCommunicationAgentchecklistJobsRequest.setBody(ChecklistInferenceJobPayload body) PostConversationCommunicationAgentchecklistJobsRequest.Builder.withBody(ChecklistInferenceJobPayload body) PostConversationCommunicationAgentchecklistJobsRequest.withBody(ChecklistInferenceJobPayload body) PostConversationCommunicationAgentchecklistJobsRequest.Builder.withRequiredParams(String conversationId, String communicationId, String agentChecklistId, ChecklistInferenceJobPayload body) -
Uses of ChecklistInferenceJobPayload in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChecklistInferenceJobPayloadModifier and TypeMethodDescriptionChecklistInferenceJobPayload.conversationContext(List<ConversationContext> conversationContext) List of conversations on which checklist evaluation is to be done.