Conversation
Example
Fields
Field | Type | Comments |
---|---|---|
author | User model | Conversation author |
creationTime | string | Conversation creation time |
feedback | ConversationFeedback model | Client satisfaction from conversation |
fields | array of Custom Field Id with Value models | Conversation additional fields |
id | integer | Conversation unique id |
initialPageUrl | string | Represents the URL of the page where the conversation began |
isClosed | boolean | If |
isTakeoverEnabled | boolean | If |
lastModifiedTime | string | Conversation last modified time |
latestPageUrl | string | Represents the URL of the latest page where the conversation is taking place |
messages | array of ConversationMessage models | Conversation messages |
queuePositionInfo | ConversationPositionInfo model | Current position of conversation in the system. If |
totalMessagesCount | integer | Total messages in conversation |
Last updated