Uses of Class
com.mypurecloud.sdk.v2.model.ChecklistInferenceJobResponse
Packages that use ChecklistInferenceJobResponse
-
Uses of ChecklistInferenceJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChecklistInferenceJobResponseModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationAgentchecklistJob(GetConversationCommunicationAgentchecklistJobRequest request) Get inference job statusConversationsApi.getConversationCommunicationAgentchecklistJob(String conversationId, String communicationId, String agentChecklistId, String jobId) Get inference job statusMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChecklistInferenceJobResponseModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationAgentchecklistJob(ApiRequest<Void> request) Get inference job statusConversationsApiAsync.getConversationCommunicationAgentchecklistJobAsync(GetConversationCommunicationAgentchecklistJobRequest request, AsyncApiCallback<ChecklistInferenceJobResponse> callback) Get inference job statusConversationsApiAsync.getConversationCommunicationAgentchecklistJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChecklistInferenceJobResponse>> callback) Get inference job statusConversationsApi.getConversationCommunicationAgentchecklistJobWithHttpInfo(String conversationId, String communicationId, String agentChecklistId, String jobId) Get inference job statusMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChecklistInferenceJobResponseModifier and TypeMethodDescriptionConversationsApiAsync.getConversationCommunicationAgentchecklistJobAsync(GetConversationCommunicationAgentchecklistJobRequest request, AsyncApiCallback<ChecklistInferenceJobResponse> callback) Get inference job statusConversationsApiAsync.getConversationCommunicationAgentchecklistJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChecklistInferenceJobResponse>> callback) Get inference job status -
Uses of ChecklistInferenceJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChecklistInferenceJobResponseModifier and TypeMethodDescriptionChecklistInferenceJobResponse.agentChecklistInfo(AgentChecklistInfo agentChecklistInfo) Agent checklist info.Agent ID.ChecklistInferenceJobResponse.assistantId(String assistantId) Assistant ID.ChecklistInferenceJobResponse.direction(ChecklistInferenceJobResponse.DirectionEnum direction) Direction of the conversation.Error information associated with a job in case of any errors.ID of the inference job.ChecklistInferenceJobResponse.jobEndTime(Date jobEndTime) Date when the inference job finished.ChecklistInferenceJobResponse.jobStartTime(Date jobStartTime) Date when the inference job started.Language associated with the checklist.ChecklistInferenceJobResponse.mediaType(ChecklistInferenceJobResponse.MediaTypeEnum mediaType) Media type.ChecklistInferenceJobResponse.participantId(String participantId) Participant ID.Queue ID.ChecklistInferenceJobResponse.status(ChecklistInferenceJobResponse.StatusEnum status) Status of the checklist inference job.