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 4 Next »

Are you ready to think about conversation? You and your team are creating a specific conversation agent in a limited domain. The structure of such a conversation consists of sequences of dialogue moves that accomplish certain conversational and domain-specific aims that the interlocutors have - which we call conversational patterns after Moore (2019). 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, which are implemented by team ' ' so make sure you talk to that team! The agent side will be created by your team in responses.pl trough 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.