Suggestions

close search

ChatRequest class

Represents a Stringee chat request.


Properties


convId: string

It's the unique identifier of the conversation on Stringee system.

customerId: string

It's the unique identifier of the customer on Stringee system.

customerName: string

It's the name of the customer on Stringee system.

channelType: number

It's channel type of the chat request:

type: number

It's type of the chat request:


Methods


acceptChatRequest(): Promise<void>

Accept chat request.

rejectChatRequest(): Promise<void>

Reject chat request.