Juji IDE is an interactive development environment for scripting and testing Juji cognitive AI chatbots. Similar to using Javascript, much easier than AIML.
Juji is a full stack AI chatbot platform. While Juji Studio enables you to build AI chatbot with no coding, Juji IDE enables you to further customize a chatbot for more advanced functions. Use the criteria below to decide which tool to use or use both together.
If you prefer to build a chatbot using a graphical user interface (GUI) with no coding and your primary needs are to:
If you don't mind coding, similar to coding up a web page in HTML or Javascript, and your primary goals are to
First, script an AI chatbot, which is to describe a chatbot's behavior in a computer language. Second, compile or directly preview the chatbot. After you are satisfied, you can then launch the chatbot to meet your audience.
Write a custom conversation topic as shown above to deeply customize your chatbot with unique business logic. Juji will automatically manage the topic activation and interruptions at run time.
Add your advanced chatbot Q&A or custom fallback to customize your chatbot behavior. Enable it to properly respond to complex user questions or interruptions during a conversation.
To save time and effort, reuse the custom topics you have already written to build chatbots. You can do so easily by just copying and pasting the topics into your custom file shown above.
Click on the "Compile" button to compile your chatbot script. Follow the compilation messages to resolve any errors.
Click on the "Preview" button to compile and preview your chatbot. Test and improve the chatbot iteratively.
To build an AI chatbot, you can take advantage of both Juji Studio and Juji IDE. Specifically, you use Juji Studio to create, deploy, and manage a chatbot, while using Juji IDE to customize the chatbot when you could not do so in the GUI. As shown below, Juji Studio auto-generates all the stubs for you to customize.
Create an initial chatbot in Juji Studio. Juji will automatically generate a set of chatbot script files. Click on the red round icon located at the lower left of the window (see above) to access the files in Juji IDE.
Use the code editor in Juji IDE to view and edit the auto-generated stubs (see highlighted above). Write custom topics in the .custom and .faq file to customize the chat flow and chatbot Q&A, respectively.