Versions Compared

Key

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

...

Tip

Create an agent and Read about How to Make Intents and Entities:

DialogFlow: Create an Agent, Intents and Entities

Tip

Before you start

...

: make sure your MARBEL agent is connected to Dialogflow:

Dialogflow: Connecting Dialogflow Agent to

...

MARBEL Agent

Note

Make sure

...

the labels (names of intents and entities

...

) you use in your MARBEL agent code are exactly the same as the intents and entity entry names that you have specified in your Dialogflow agent! Small spelling mistakes (e.g., using capitals or not, other misspellings) will cause issues later on! We advise to use all lowercase everywhere.

Greeting Intent

Make an intent called ‘greeting’.

  • Under ‘Training Phrases’ add a number of expressions (at least 10) by which a user may greet - try and be thorough. For inspiration, do a https://www.google.com/ search for ‘greeting phrases’. You may find, for example, useful phrases here: https://www.tandem.net/blog/20-greetings-in-english.

  • Under ‘Action and parameters’ make sure the box above the table is filled in with the name of your intent as shown in the image below.

...

Note

Don’t forget to SAVE!

Appreciation, Confirmation, Disconfirmation, Farewell Intents

...

This marks the end of the basic implementation of the Natural Language Understanding of your agent. Make sure to properly test each intent, entity and rule that you have implemented (further detailed in the System testing Agent Testing section).