Conversation
Example
Fields
Field | Type | Comments |
---|---|---|
author | User model | Conversation author |
creationTime | string | Conversation creation time |
feedback | ConversationFeedback model | Client satisfaction from conversation |
id | integer | Conversation unique id |
isClosed | boolean | If |
isTakeoverEnabled | boolean | If |
lastModifiedTime | string | Conversation last modified time |
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