Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Adding Intents to a Dialogflow Agent

This can be done manually or by uploading a .json file that we provided.

Manually Adding Intents

  • To add an intent to the agent, when on the dashboard page of your Dialogflow Agent, click on the '+' sign next to the Intents item in the left-hand menu bar.

  • You can give the intent a name on the top screen and add a couple of variants in which the intent may be phrased under Training Phrases(See below).

...

  • Also, make sure that the webhook switch is checked (see the figure below). Responses can be left untouched, as those are handled by the MARBEL agent.

...

Uploading Intents

On the Intent page, you can select the three vertical dots in the upper right-hand corner

...

You can choose to downloaded a .json file from your directories, upload it and save the intent.

Adding Entities to a Dialogflow Agent

Entities can be added by clicking the '+' sign next to Entities item in the left-hand menu bar of the dashboard page.

...