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 conversation 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 'Dialogflow and Filters' so make sure you talk to that team! The agent side will be created by your team in responses.pl trough text/2 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
Add Comment