Versions Compared

Key

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

...

Are you ready to think about talking? You and your team are creating a specific conversation agent in a limited domain. A conversation that fulfills your agent’s purposes is thus also limited. In these conversations, there are particular patterns and expectations that we can model in code. In this section, we will build these patterns in Prolog in patterns.pl. We will also create agent responses to fill into these patterns. The conversation is between a user and an agent. The user side of the conversation is matched with intents in Dialogflow so make sure you talk to that team! The agent side will be created in responses.pl in text/3 rules. Naming is important, it all has to match so the code can work. Let’s get started! Please read and follow the instruction on the following page:

Pattern and Responses Instructions

Good luck!