iai-group / MovieBot

IAI MovieBot
https://iai-group.github.io/MovieBot/
MIT License
8 stars 10 forks source link

Create Utterance class #11

Closed kbalog closed 4 years ago

kbalog commented 4 years ago

Abstract base class with: utterance string, timestamp, and agent/user. Child classes for AgentUtterance and UserUtterance.

Update dialog history to use this class.