Package com.mypurecloud.sdk.v2.model
Class MessagingCommunicationDispositionAppliedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.MessagingCommunicationDispositionAppliedEvent
- All Implemented Interfaces:
Serializable
MessagingCommunicationDispositionAppliedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe wrapup-code (V4 UUID) used to disposition this interaction.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventgetCode()getNotes()getTags()inthashCode()Text entered by the agent to describe the interaction or disposition.voidvoidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidvoidThe list of tags selected by the agent to describe the interaction or disposition.toString()
-
Constructor Details
-
MessagingCommunicationDispositionAppliedEvent
public MessagingCommunicationDispositionAppliedEvent() -
MessagingCommunicationDispositionAppliedEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A Date Time 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
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
communicationId
A unique Id (V4 UUID) identifying this communication -
getCommunicationId
-
setCommunicationId
-
code
The wrapup-code (V4 UUID) used to disposition this interaction. If this value is not provided the disposition is considered skipped. -
getCode
-
setCode
-
notes
Text entered by the agent to describe the interaction or disposition. Ignored if the disposition is considered skipped. -
getNotes
-
setNotes
-
tags
The list of tags selected by the agent to describe the interaction or disposition. Ignored if the disposition is considered skipped. -
getTags
-
setTags
-
equals
-
hashCode
public int hashCode() -
toString
-