Suggestions

close search

StringeeChatRequest

public class StringeeChatRequest



Represents a live chat request.



Summary


Properties
String convId

Conversation id of the request.

String customerId

Customer id.

String customerName

Customer name.

StringeeChannelType channelType

Channel type of the request.

StringeeChatRequestType type

Request 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.
customerId
Customer id.
customerName
Customer name.
channelType
Channel type of the request.
type
Request type.

Public methods


accept()
Accepts this chat request.
reject()
Rejects this chat request.