sendMessage
Sends a chat message.
Description
vcc.sendMessage(message)
Sends a message.
Parameters
message
(string) The message to send.
target
(string) If a URL is included, it defines where to open the URL once the customer clicks on it..
Return values
none
Example
vcc.sendMessage("Here is the link https://vcc.live/ Thank you!", { target: "_top" };
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.