MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.ActionLogIndexItem Class Reference

Entity to record actions that contacts take, that an agent might want to see. More...

Properties

string MoxiWorksActionLogId [get, set]
 This is the unique identifier for the Moxi Works Platform More...
 
string Type [get, set]
 This is a string from an enumerated set representing the type of ActionLog entry this is. The string should be formatted in lowercase with an underscore between each word. More...
 
int TimeStamp [get, set]
 This is the Unix timestamp for the creation time of the ActionLog entry. More...
 
Dictionary< string, object > LogData = new Dictionary<string,object>() [get, set]
 This is the payload data of the ActionLog entry. The structure returned is dependent on the kind of ActionLog entry this is. Use the type attribute to determine what the structure of the ActionLog entry is and how to handle it. Details of various structures contained in ActionLog log_data is outside the scope of this documentation. More...
 

Detailed Description

Entity to record actions that contacts take, that an agent might want to see.

Property Documentation

◆ LogData

Dictionary<string,object> MoxiWorks.Platform.ActionLogIndexItem.LogData = new Dictionary<string,object>()
getset

This is the payload data of the ActionLog entry. The structure returned is dependent on the kind of ActionLog entry this is. Use the type attribute to determine what the structure of the ActionLog entry is and how to handle it. Details of various structures contained in ActionLog log_data is outside the scope of this documentation.

◆ MoxiWorksActionLogId

string MoxiWorks.Platform.ActionLogIndexItem.MoxiWorksActionLogId
getset

This is the unique identifier for the Moxi Works Platform

◆ TimeStamp

int MoxiWorks.Platform.ActionLogIndexItem.TimeStamp
getset

This is the Unix timestamp for the creation time of the ActionLog entry.

◆ Type

string MoxiWorks.Platform.ActionLogIndexItem.Type
getset

This is a string from an enumerated set representing the type of ActionLog entry this is. The string should be formatted in lowercase with an underscore between each word.


The documentation for this class was generated from the following file: