Interface ContactCreateRequest


public interface ContactCreateRequest
A participant in a conversation typically representing a person. It is associated with a collection of channel identities.
  • Method Details

    • getChannelIdentities

      List<ChannelIdentity> getChannelIdentities()
      List of channel identities. Array must contain at least one item.
      Returns:
      channelIdentities
    • getChannelPriority

      List<ConversationChannel> getChannelPriority()
      List of channels defining the channel priority. The channel at the top of the list is tried first.
      Returns:
      channelPriority
    • getDisplayName

      String getDisplayName()
      The display name. A default 'Unknown' will be assigned if left empty.
      Returns:
      displayName
    • getEmail

      String getEmail()
      Email of the contact.
      Returns:
      email
    • getExternalId

      String getExternalId()
      Contact identifier in an external system.
      Returns:
      externalId
    • getLanguage

      ContactLanguage getLanguage()
      Get language
      Returns:
      language
    • getMetadata

      String getMetadata()
      Metadata associated with the contact. Up to 1024 characters long.
      Returns:
      metadata
    • builder

      static ContactCreateRequest.Builder builder()
      Getting builder
      Returns:
      New Builder instance