Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.38 KB

ConversationsMessage.md

File metadata and controls

18 lines (15 loc) · 1.38 KB

sib_api_v3_sdk.Model.ConversationsMessage

Properties

Name Type Description Notes
Id string Message ID. It can be used for further manipulations with the message. [optional]
Type string `"agent"` for agents’ messages, `"visitor"` for visitors’ messages. [optional]
Text string Message text or name of the attached file [optional]
VisitorId string visitor’s ID [optional]
AgentId string ID of the agent on whose behalf the message was sent (only in messages sent by an agent). [optional]
AgentName string Agent’s name as displayed to the visitor. Only in the messages sent by an agent. [optional]
CreatedAt long? Timestamp in milliseconds. [optional]
IsPushed bool? `true` for pushed messages [optional]
ReceivedFrom string In two-way integrations, messages sent via REST API can be marked with receivedFrom property and then filtered out when received in a webhook to avoid infinite loop. [optional]
File ConversationsMessageFile [optional]

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