No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
startChat
Use the startChat method to request a chat from a button in a new window.
Usage
Requests a chat from the provided button in a new window.
Optionally, you can route chats from a specific button directly to the agent with the userId you specify. If the agent you specify is unavailable, you can specify whether to fall back to the button’s routing rules (true) or not (false).
Syntax
void startChat(String buttonId, (optional) String userId, (optional) Boolean fallback)