ChatEventKind
What a chatConversationEvent carries.
enum ChatEventKind {
AGENT_PROGRESS
MESSAGE_CREATED
}
Values
ChatEventKind.AGENT_PROGRESS
An agent is still working; progress describes what it is doing.
ChatEventKind.MESSAGE_CREATED
A message was written to the conversation.
Member Of
ChatEvent object


