Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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!

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.