Package com.mypurecloud.sdk.v2.model
Class SourceConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.SourceConfiguration
- All Implemented Interfaces:
Serializable
SourceConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTagId()inthashCode()interactionId(String interactionId) The customer's unique external identifier associated with the conversation that comes from the external platform.voidsetInteractionId(String interactionId) voidsetSourceId(String sourceId) voidIdentifies the external platform that is the source of the conversation.The customer's external identifier or tag associated with the conversation.toString()
-
Constructor Details
-
SourceConfiguration
public SourceConfiguration() -
SourceConfiguration
-
-
Method Details
-
sourceId
Identifies the external platform that is the source of the conversation. -
getSourceId
-
setSourceId
-
interactionId
The customer's unique external identifier associated with the conversation that comes from the external platform. -
getInteractionId
-
setInteractionId
-
tagId
The customer's external identifier or tag associated with the conversation. If set, it will be used to tag the conversation. -
getTagId
-
setTagId
-
equals
-
hashCode
public int hashCode() -
toString
-