Represents a live chat request.
Summary
| Properties |
String |
convIdConversation id of the request. |
String |
customerIdCustomer id. |
String |
customerNameCustomer name. |
StringeeChannelType |
channelTypeChannel type of the request. |
StringeeChatRequestType |
typeRequest type. |
| Public methods |
Future<Map<dynamic, dynamic>> |
accept()Accepts this chat request. |
Future<Map<dynamic, dynamic>> |
reject()Rejects this chat request. |
Properties
convId |
| Conversation id of the request. |
customerName |
| Customer name. |
channelType |
| Channel type of the request. |
Public methods
accept() |
| Accepts this chat request. |
reject() |
| Rejects this chat request. |