UCI saves all conversation data in form of XMessages. These XMessages follow a certain specification. These XMessage will be saved in cassandra DB. Its object is defined in dao repository.
id
uuid
unique identification
userId
text
to - phone of user/admin
fromId
from - phone of user/admin
channel
channel (Eg. Whatsapp/SMS)
provider
provider (Eg. Gupshup/Netcore)
timestamp
messageState
state(Eg. Replied/Sent/Read)
xMessage
xMessage XML stringyfied
app
bot name
auxData
auxilary data
messageId
id of message from provider
replyId
id of user to reply to
causeId
sessionId
session id of conversation
ownerOrgId
owner org id of bot
ownerId
owner id
botUuid
bot uuid
Last updated 3 years ago
Was this helpful?