Package com.mypurecloud.sdk.v2.model
Class TouchpointResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TouchpointResponse
- All Implemented Interfaces:
Serializable
TouchpointResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia Type of the touchpoint; allowed values are Email, Message and Voice.static enumOutcome Attribution Touchpoint status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionID of agent.associatedValue(BigDecimal associatedValue) The value attributed to this touchpoint.conversationId(String conversationId) ID of conversation.createdDate(Date createdDate) Date conversation happened.booleangetState()inthashCode()mediaType(TouchpointResponse.MediaTypeEnum mediaType) Media Type of the touchpoint; allowed values are Email, Message and Voice.Additional information on the state of the touchpoint entity, populated when the touchpoint has an error.voidsetAgentId(String agentId) voidsetAssociatedValue(BigDecimal associatedValue) voidsetConversationId(String conversationId) voidsetCreatedDate(Date createdDate) voidsetMediaType(TouchpointResponse.MediaTypeEnum mediaType) voidsetMessage(String message) voidOutcome Attribution Touchpoint status.toString()
-
Constructor Details
-
TouchpointResponse
public TouchpointResponse() -
TouchpointResponse
-
-
Method Details
-
conversationId
ID of conversation. -
getConversationId
-
setConversationId
-
agentId
ID of agent. -
getAgentId
-
setAgentId
-
associatedValue
The value attributed to this touchpoint. -
getAssociatedValue
-
setAssociatedValue
-
mediaType
Media Type of the touchpoint; allowed values are Email, Message and Voice. -
getMediaType
-
setMediaType
-
state
Outcome Attribution Touchpoint status. -
getState
-
setState
-
message
Additional information on the state of the touchpoint entity, populated when the touchpoint has an error. -
getMessage
-
setMessage
-
createdDate
Date conversation happened. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-