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

Group entity represent groupings of an agent’s contacts. More...

Properties

string AgentUuId [get, set]
 This is the Moxi Works Platform ID of the Agent which this Group is associated with. This will be an RFC 4122 compliant UUID. More...
 
string MoxiWorksAgentId [get, set]
 This is the Moxi Works Platform ID of the Agent which this Group is associated with. This will be a string that may take the form of an email address, or a unique alphanumeric identification string. More...
 
string MoxiWorksGroupName [get, set]
 This is a human readable string meaningful to the agent about what kind of Contact objects are in this Group. More...
 
string MoxiWorksGroupId [get, set]
 This is the unique identifier for this Group. More...
 
bool Transient [get, set]
 Whether the group ID exists beyond name change. More...
 
int PageNumber [get, set]
 The page number of this response set. More...
 
int TotalPages [get, set]
 The total number of pages in this response set. More...
 
List< ContactContacts = new List<Contact>() [get, set]
 The Contact objects in this page. More...
 

Detailed Description

Group entity represent groupings of an agent’s contacts.

Property Documentation

◆ AgentUuId

string MoxiWorks.Platform.Group.AgentUuId
getset

This is the Moxi Works Platform ID of the Agent which this Group is associated with. This will be an RFC 4122 compliant UUID.

◆ Contacts

List<Contact> MoxiWorks.Platform.Group.Contacts = new List<Contact>()
getset

The Contact objects in this page.

◆ MoxiWorksAgentId

string MoxiWorks.Platform.Group.MoxiWorksAgentId
getset

This is the Moxi Works Platform ID of the Agent which this Group is associated with. This will be a string that may take the form of an email address, or a unique alphanumeric identification string.

◆ MoxiWorksGroupId

string MoxiWorks.Platform.Group.MoxiWorksGroupId
getset

This is the unique identifier for this Group.

◆ MoxiWorksGroupName

string MoxiWorks.Platform.Group.MoxiWorksGroupName
getset

This is a human readable string meaningful to the agent about what kind of Contact objects are in this Group.

◆ PageNumber

int MoxiWorks.Platform.Group.PageNumber
getset

The page number of this response set.

◆ TotalPages

int MoxiWorks.Platform.Group.TotalPages
getset

The total number of pages in this response set.

◆ Transient

bool MoxiWorks.Platform.Group.Transient
getset

Whether the group ID exists beyond name change.


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