You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Dominic St-Pierre edited this page Jan 3, 2014
·
1 revision
Managing preset commands
Agent can configure preset command that will render frequently used messages. This is a good way to save typing be responsive when having lots of chat simultaneously.
Listing available commands
In a chat session input box type /list this will list all available command and their corresponding values.
Adding command
In a chat session input box type /add command msg ex:
/add h Hello there, I'm Dominic, how may I help you today?
The command is h and the msg is the Hello...
You would use this command like this:
/h in a chat session input box.
Editing command
In a chat session input box type /edit command msg ex:
/edit h Goodbye
This will update the command h with the new value.