Environmental Setup
...
The GOAL plug-in for Eclipse. We assume that you have already installed Eclipse and this plug-in, otherwise please follow instructions here. Be sure to create a new project whilst using the latest version of the Eclipse plug-in (Help → Check for Updates).
The Social Interaction Cloud (SIC) framework. For this, you can follow the instructions here.
Browser software for displaying the chat window. Has been confirmed to work only with Google Chrome (can be downloaded here).A cooking assistant designed using Dialogflow. For this, you can follow the instructions here.
Launching a Chatbot
We assume here that you have installed the SIC framework and know how to navigate to a folder in a terminal, and in addition to have created a Dialogflow agent and downloaded its .json keyfile (see here for an explanation). To launch the chatbot provided to you, do the following:
Open a command terminal and navigate to the folder where you cloned the
docker
projectEnter
docker-compose up dialogflow webserver
and hit enter.Open a second terminal and navigate to the subfolder
cbsr-local
in thedocker
folder.Enter
java -jar computer-browser.jar
and hit enter. This will lead to a new Google chrome window.Launch Eclipse and import the GOAL dialog manager project (including the .json keyfile of your Dialogflow agent).
In the
.mas2g
file, specify as flowkey the name of the .json keyfile, and as flowagent the agent ID (click here to see more details).Run the
.mas2g
file.Press okay in the appearing Connection information window without specifying a password.
...