mockups (work in progress)

This commit is contained in:
pietrzakkuba 2021-04-19 16:59:42 +02:00
parent 6430f3a8d3
commit 7c85ecd41f
8 changed files with 13 additions and 0 deletions

3
model/DialoguePolicy.py Normal file
View File

@ -0,0 +1,3 @@
class DialoguePolicy:
pass

View File

@ -0,0 +1,3 @@
class DialogueStateTracker:
pass

View File

@ -0,0 +1,4 @@
class NaturalLanguageGeneration:
def get_frame(self, input_from_user):
pass

View File

@ -0,0 +1,3 @@
class NaturalLanguageUnderstanding:
pass