Skip to Content

VendorChatSessionResponse

Properties

NameTypeDescriptionNotes
session_idLongUnique identifier for the chat session[default to null]
display_nameStringDisplay name of the customer[default to null]
avatar_urlStringAvatar URL of the customer[optional] [default to null]
last_message_snippetStringSnippet of the last message in the session[optional] [default to null]
last_message_sender_display_nameStringDisplay name of the last message sender[optional] [default to null]
last_message_timestampLongTimestamp of the last message (milliseconds since epoch)[optional] [default to null]
unread_countIntegerNumber of unread messages[default to null]
session_updated_atLongTimestamp when the session was last updated (milliseconds since epoch)[default to null]
metadataanySession metadata including user_id[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]