Difference between revisions of "Bot Playground/Commands"
From SmartBots Developers Docs
Jump to: navigation, search
Line 9: | Line 9: | ||
{{API_Table_start|Command|Description}} | {{API_Table_start|Command|Description}} | ||
+ | |||
+ | {{API_Group|Special}} | ||
+ | {{API_Entry|HTTP Bot Command|console.log}} | ||
{{API_Group|Messaging}} | {{API_Group|Messaging}} |
Revision as of 15:31, 28 June 2016
Commands are being sent to the bot by calling the javascript method of Bot:
Bot.im("Glaznah Gassner", "Hello there!");
Commands reference
Command | Description | |
---|---|---|
Special | ||
console.log | Logs data to the runtime log. | |
Messaging | ||
im | Sends Instant Message to specific avatar. |
- Commands