Attributes: |
- interaction : str, ‘text’ or ‘call’
The type of interaction (text message or call).
- direction : str, ‘in’ or ‘out’
The direction of the record (incoming or outgoing).
- correspondent_id : str
A unique identifier for the corresponding contact
- datetime : datetime
The exact date and time of the interaction
- call_duration : int or None
Durations of the call in seconds. None if the record is a text message.
- position : Position
The geographic position of the user at the time of the interaction.
|