
Chapter 3. Sametime Bots 79
Figure 3-15 Bot responds with translation using new language preferences
The three bots described in this section are relatively simple, but show a general
abstract class around which bots can be developed. In the next section, we
discuss various enhancements to the ideas already outlined.
3.4 Enhancing the bot framework
The Echo Bot, FAQ Bot, and Translator Bot examples have shown you how to
create bots using the Java Client Toolkit. One is a Java application, the other two
Java servlets.
The FAQ Bot and Translator Bot show how you can create a framework bot class
that implements all the functionality that every bot ...