Package com.mypurecloud.sdk.v2.model
Class PredictiveRoutingCustomKpiAttributionEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.PredictiveRoutingCustomKpiAttributionEvent
- All Implemented Interfaces:
Serializable
PredictiveRoutingCustomKpiAttributionEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe UUID of the agent associated with this eventassociatedValue(Double associatedValue) The value associated with this outcome attributionconversationId(String conversationId) The UUID of the conversation associated with this eventbooleaneventDateTime(Date eventDateTime) A timestamp as epoch representing the time this event occurred.A unique (UUID) eventId for this eventexternalContactId(String externalContactId) The UUID of the external contact associated with this eventgetKpiId()inthashCode()The UUID of the KPI associated with this eventvoidsetAgentId(String agentId) voidsetAssociatedValue(Double associatedValue) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetExternalContactId(String externalContactId) voidtoString()
-
Constructor Details
-
PredictiveRoutingCustomKpiAttributionEvent
public PredictiveRoutingCustomKpiAttributionEvent() -
PredictiveRoutingCustomKpiAttributionEvent
-
-
Method Details
-
eventId
A unique (UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A timestamp as epoch representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
externalContactId
The UUID of the external contact associated with this event -
getExternalContactId
-
setExternalContactId
-
conversationId
The UUID of the conversation associated with this event -
getConversationId
-
setConversationId
-
agentId
The UUID of the agent associated with this event -
getAgentId
-
setAgentId
-
kpiId
The UUID of the KPI associated with this event -
getKpiId
-
setKpiId
-
associatedValue
The value associated with this outcome attribution -
getAssociatedValue
-
setAssociatedValue
-
equals
-
hashCode
public int hashCode() -
toString
-