Versions Compared

Key

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

Dialogflow

Tip

Before you start: make sure your MARBEL agent is connected to Dialogflow.

...

Tip

Check that your ‘greeting’ intent is working by using the microphone button in the test console inside DIalogflow.

Prolog and Patterns

You and your team should think of a name for your agent. Feel free to be creative. We need to tell our agent its name somewhere. If you look at dialog_init.mod2g you can find on line 40 a place to define the name of your agent in a string → insert(agentName('Bellabot').

...

You should then return a sentence including the agent’s name as Txt.

Visuals

Opening Page (visuals for the c10 pattern)

...