MessageCreatorType
The type of creator who sent the message
enum MessageCreatorType {
user
agent
}
Values
MessageCreatorType.user
A user of the system
MessageCreatorType.agent
An agent in the system
Member Of
Message
object