Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel2
outlinefalse
stylenone
typelist
printabletrue
Info

There is a lot of string matching done in this project. Thus you need to make sure that across Dialogflow, your intent and slot classifier and this dialogue manager all naming is identical.

1. Getting Started with your MARBEL Agent

...

Implementation Tasks Overview

Instructions

[TBU]Filtering by Inclusion

6. Connecting Your Entire Pipeline

...

When users have finished their search for a nice recipe to cook, their choice should be displayed (which we already implemented for [TBU]Filtering by Inclusion ) and they should be asked to check the details to confirm the recipe is indeed what they would like to cook. Of course, we need to take at least two scenarios into account: (1) a user confirms they are happy with the recipe, or (2) they indicate it is after all not quite what they were looking for. If all is fine and well, the agent should close the conversation by saying farewell. Otherwise, the conversation should move back to the recipe selection stage. The following conversational pattern needs to be implemented:

...