Conversation
Example
Fields
author
Conversation author
creationTime
string
Conversation creation time
feedback
Client satisfaction from conversation
fields
Conversation additional fields
id
integer
Conversation unique id
initialPageUrl
string
Represents the URL of the page where the conversation began
isClosed
boolean
If true
, it indicates that the conversation is closed by agent or ended by client
isTakeoverEnabled
boolean
If true
, it indicates that the conversation in takeover mode
lastModifiedTime
string
Conversation last modified time
latestPageUrl
string
Represents the URL of the latest page where the conversation is taking place
messages
Conversation messages
queuePositionInfo
Current position of conversation in the system. If -1
conversation not in queue and currently processed by agent
totalMessagesCount
integer
Total messages in conversation
Last updated