Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.47 KB

File metadata and controls

38 lines (26 loc) · 1.47 KB

ConversationSummary

Properties

Name Type Description Notes
closed Boolean [optional]
conversationArn String [optional]
conversationUuid String [optional]
customerFirstMessageUnrespondedToDts String Date/time of the first customer message that is unresponded to. [optional]
lastConversationMessageBody String [optional]
lastConversationParticipantArn String [optional]
lastConversationParticipantName String [optional]
lastInteractiveMessageDts String Last interactive message date/time [optional]
lastMessageDts String Last message date/time [optional]
medium MediumEnum The communication medium of the customer. [optional]
merchantId String [optional]
messageCount Integer [optional]
participants List<ConversationParticipant> [optional]
sentiment ConversationSentiment [optional]
startDts String Start of the conversation date/time [optional]
unreadMessages Boolean [optional]
visible Boolean [optional]

Enum: MediumEnum

Name Value
SMS "sms"
WEBSOCKET "websocket"