Class SourceConfiguration

java.lang.Object
com.mypurecloud.sdk.v2.model.SourceConfiguration
All Implemented Interfaces:
Serializable

public class SourceConfiguration extends Object implements Serializable
SourceConfiguration
See Also:
  • Constructor Details

    • SourceConfiguration

      public SourceConfiguration()
    • SourceConfiguration

      public SourceConfiguration(Boolean initWithEmptyList)
  • Method Details

    • sourceId

      public SourceConfiguration sourceId(String sourceId)
      Identifies the external platform that is the source of the conversation.
    • getSourceId

      public String getSourceId()
    • setSourceId

      public void setSourceId(String sourceId)
    • interactionId

      public SourceConfiguration interactionId(String interactionId)
      The customer's unique external identifier associated with the conversation that comes from the external platform.
    • getInteractionId

      public String getInteractionId()
    • setInteractionId

      public void setInteractionId(String interactionId)
    • tagId

      public SourceConfiguration tagId(String tagId)
      The customer's external identifier or tag associated with the conversation. If set, it will be used to tag the conversation.
    • getTagId

      public String getTagId()
    • setTagId

      public void setTagId(String tagId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object