Versions Compared

Key

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

...

For your convenience, we list here some more specific requirements that your code should minimally meet:

  • Dialogflow agent: Your Dialogflow agent does not have any issues (check the Validation feature) and has the following intents for:

  • Prolog and Patterns:You have created the following conversational patterns in the patterns.pl file:

  • Visuals: You have created the following six webpages:

    • A Start page: The main requirement for the start page is that it has a button the user can click when they are ready to start a conversation. See for more details the Getting Your Conversational Agent Up and Running page.

    • A Welcoming Pagepage, associated with the pattern c10: The main requirement for the welcoming page is that it shows a microphone icon that the user can use to start talking to the agent. A second requirement is that you should not introduce a button for moving on to a next page on the welcoming (nor on any of the other pages below)! See for more details the Capability 1: Greet, and Self-IntroduceIdentify page.

    • A First Page for Recipe Selection (first Recipe recommendation page, associated with pattern a50recipeSelect).:

    • A Second Page for Recipe Selection (second Recipe recommendation page, associated with pattern a50recipeSelect).:

    • A Recipe Confirmation Page confirmation page, associated with pattern a50recipeConfirm.:

    • A Closing Page page, associated with pattern c40.