Uses of Interface
org.coweb.bots.Bot

Uses of Bot in org.coweb.bots
 

Classes in org.coweb.bots that implement Bot
 class VanillaBot
          Implement the Bot interface with nops for all public methods.
 

Methods in org.coweb.bots with parameters of type Bot
 void Proxy.publish(Bot bot, Map<String,Object> data)
          Allows the bot to publish data to the session.
 void Proxy.reply(Bot bot, String replyToken, Map<String,Object> data)
          Allows the bot to reply to a private user request.
 



Copyright © 2011-2012 The Dojo Foundation. All Rights Reserved.