A conversation between a `KUSCustomer
` and zero or more `KUSUser
`s.
## Properties
### id
### createdAt
### lastMessageAt
### status
This has been deprecated as of version 2.7.8. Use `
lockedAt
` or `lockReason
` to determine the status of a KUSConversation.
### lockedAt
Date the conversation was closed.
### lockedByCustomer
Was this conversation closed by the customer?
### lockReason
Reason for the conversation being closed
### preview
### previewDetails
Contains additional data to render with the preview for the conversation: the `LastResponder
` (contains `displayName
` and `avatarUrl
` for the last user who sent a message in the conversation), and the `messageCreatedAt
` date.
### respondingUserIds
IDs of `KUSUser
`s who have responded to this conversation.
### unreadMessageCount
Count of unread messages
### customers
`KUSCustomers
`s who have sent at least one message in this conversation.
In some cases this may contain `KUSCustomer
`s in addition to the currently logged in `[KUSCustomer](../Classes/KUSCustomer.html)
`.
### users
`KUSUser
`s who have sent at least one message in this conversation.
### localUuid
Temporary local ID. A unique identifier for conversations that have been created on-device, but not successfully sent to Kustomer’s servers and processed by the Kustomer platform.