@interface SXChatProfile : NSObjectThis class represents ChatProfile. 
        Chat Profile is an object which will let you know: 
        - some configuration information about user interface that you should display to customer. 
        - Queue information.
    
| identifier | 
|---|
| The ChatProfile's id generated by Stringee server.  | 
| queues | 
| Queues's information. For more information about Queue, see Queue  |