Sample VPAs – Jack, Derek, and Stacy
To illustrate the use of VPALib
, we have developed three bots: Jack, Derek, and Stacy. As can be observed in their respective packages (see the code bundle), they have the same structure; a main activity that implements ASR and TTS and creates an instance of the bot, and a simple graphical interface. This shows the convenience of having a library that deals with the connection to Pandorabots. The main difference is in their corresponding AIML files.
The links in Pandorabots for the bots are as follows:
The interfaces for Jack and Derek are shown in the following screenshot:
Jack is a general-purpose VPA, while Derek is a specialized VPA. Specialized VPAs perform tasks such as providing customer service or answering customer queries. The VPA's knowledge...