Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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.

  2. 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 and flowagent parameters in the .mas2g file.

  3. Initialize MARBEL Agenda

    • Replace the empty agenda in the dialog_init.mod2g file with the start pattern (agenda([start])).

  4. See the Start Page

  5. Run and Debug the Agent

    • Test the integration by running the MARBEL agent and verifying state changes in Eclipse’s Debug perspective.

...