Interface QueuedCallEnqueuedEvent

    • Method Detail

      • getAttributes

        default java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        Returns:
        any attributes for the enqueued queued call
        Since:
        11.27
      • getContactIdentifier

        default java.util.Optional<ContactIdentifier> getContactIdentifier()
        This method allows to define additional contact information which will be used as secondary search criteria while searching an existing contact. The attributes will be assigned to the existing or newly created contact.
        Returns:
        the optional contact identifier or an empty optional if no contact identifier is provided
        Since:
        11.32