...
Set Up Dialogflow Agent
Create a Dialogflow agent with default settings (English as the language).
Share it with team members by assigning the Developer role.
Import the provided zip file for basic setup.
Integrate Dialogflow with MARBEL
Download the JSON key file for Dialogflow and add it to the
agent
folder in your repository.Retrieve the Dialogflow Project ID and update the
flowkey
andflowagent
parameters in the.mas2g
file.
Initialize MARBEL Agenda
Replace the empty agenda in the
dialog_init.mod2g
file with the start pattern (agenda([start])
).
See the Start Page
Run and Debug the Agent
Test the integration by running the MARBEL agent and verifying state changes in Eclipse’s Debug perspective.
...