VendorChatSessionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| session_id | Long | Unique identifier for the chat session | [default to null] |
| display_name | String | Display name of the customer | [default to null] |
| avatar_url | String | Avatar URL of the customer | [optional] [default to null] |
| last_message_snippet | String | Snippet of the last message in the session | [optional] [default to null] |
| last_message_sender_display_name | String | Display name of the last message sender | [optional] [default to null] |
| last_message_timestamp | Long | Timestamp of the last message (milliseconds since epoch) | [optional] [default to null] |
| unread_count | Integer | Number of unread messages | [default to null] |
| session_updated_at | Long | Timestamp when the session was last updated (milliseconds since epoch) | [default to null] |
| metadata | any | Session metadata including user_id | [optional] [default to null] |