diff --git a/test/granpa_dialog.msg b/test/granpa_dialog.msg index 23b73331b..51362e443 100644 --- a/test/granpa_dialog.msg +++ b/test/granpa_dialog.msg @@ -10,11 +10,13 @@ "match": "hello|hi", "pre" :[["token", "hello","1"]], "post" :[["settoken", "hello", "*"]], - "msg" : ["I've heard, you know, I'm not deaf *grmbl*"] + "msg" : ["I've heard, you know, I'm not deaf *grmbl*"], + "replies": [["really", "Are you sure?", 1]] } , { "match" : "*", "pre" : [["token", "hello","*"]], "post" : [["settoken", "hello", "*"]], - "msg" : ["What ?", "Huh ?", "What do you want ?"] + "msg" : ["What ?", "Huh ?", "What do you want ?"], + "replies": [["hi", "hello, there"]] } ]} \ No newline at end of file