Versions Compared

Key

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

...

  • For now, your main focus is to display the name and an image related to the chosen three recipes.

...

Display buttons

To indicate the possible conversation directions to the user, buttons can be displayed along with every utterance of the agent.

  • You will need a prolog function collecting possible next user intents based on the conversation patterns.

  • You will need to implement the html code to display these possible intents as buttons.

Example Conversation

The first version of your chatbot should be able to conduct a conversation with the user, which is like the example you can see in Figure below.

...