Package com.mypurecloud.sdk.v2.model
Class ChecklistInferenceJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ChecklistInferenceJobResponse
- All Implemented Interfaces:
Serializable
ChecklistInferenceJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDirection of the conversation.static enumMedia type.static enumStatus of the checklist inference job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentChecklistInfo(AgentChecklistInfo agentChecklistInfo) Agent checklist info.Agent ID.assistantId(String assistantId) Assistant ID.Direction of the conversation.booleanError information associated with a job in case of any errors.getError()getId()inthashCode()ID of the inference job.jobEndTime(Date jobEndTime) Date when the inference job finished.jobStartTime(Date jobStartTime) Date when the inference job started.Language associated with the checklist.Media type.participantId(String participantId) Participant ID.Queue ID.voidsetAgentChecklistInfo(AgentChecklistInfo agentChecklistInfo) voidsetAgentId(String agentId) voidsetAssistantId(String assistantId) voidvoidvoidvoidsetJobEndTime(Date jobEndTime) voidsetJobStartTime(Date jobStartTime) voidsetLanguage(String language) voidvoidsetParticipantId(String participantId) voidsetQueueId(String queueId) voidStatus of the checklist inference job.toString()
-
Constructor Details
-
ChecklistInferenceJobResponse
public ChecklistInferenceJobResponse() -
ChecklistInferenceJobResponse
-
-
Method Details
-
id
ID of the inference job. -
getId
-
setId
-
status
Status of the checklist inference job. -
getStatus
-
setStatus
-
error
Error information associated with a job in case of any errors. -
getError
-
setError
-
agentChecklistInfo
Agent checklist info. -
getAgentChecklistInfo
-
setAgentChecklistInfo
-
jobStartTime
Date when the inference job started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getJobStartTime
-
setJobStartTime
-
jobEndTime
Date when the inference job finished. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getJobEndTime
-
setJobEndTime
-
language
Language associated with the checklist. -
getLanguage
-
setLanguage
-
agentId
Agent ID. -
getAgentId
-
setAgentId
-
participantId
Participant ID. -
getParticipantId
-
setParticipantId
-
queueId
Queue ID. -
getQueueId
-
setQueueId
-
assistantId
Assistant ID. -
getAssistantId
-
setAssistantId
-
mediaType
public ChecklistInferenceJobResponse mediaType(ChecklistInferenceJobResponse.MediaTypeEnum mediaType) Media type. -
getMediaType
-
setMediaType
-
direction
public ChecklistInferenceJobResponse direction(ChecklistInferenceJobResponse.DirectionEnum direction) Direction of the conversation. -
getDirection
-
setDirection
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-