# Conversation model
Conversations are talks with your customers. You can chat with your users through API.
# Properties
Attributes | Type | Description |
---|---|---|
id | integer | A unique identifier for the conversation which is given by User.com automatically. |
assigned_to | integer | A unique identifier for the agent which is given by User.com automatically. |
content | string | A content of a message sent to the user. |
source | string | A source of your message (1 - chat, 2 - email, 3 - API, 4 - SMS, 5 - Slack). |
source_context | string | An additional context for your source (only visible for you). |
user_id | string | A unique identifier for the user which is given by User.com automatically. |