System_Dialogowy_Janet/default_state.json

27 lines
591 B
JSON
Raw Normal View History

2021-05-30 13:31:34 +02:00
{
"user_action": [],
"system_action": [],
"belief_state": {
"appointment": {
2021-05-30 14:45:42 +02:00
"name": "",
"location": "",
"doctor": "",
"url": "",
"type": "",
"datetime": ""
2021-05-30 13:31:34 +02:00
},
2021-05-30 14:45:42 +02:00
"register": {
"name": "",
"secondname": "",
"username": "",
"password": ""
},
"prescription": {
"prescription/type": "",
"prescription/medicine": ""
2021-05-30 14:45:42 +02:00
}
},
"request_state": {},
"terminated": false,
"history": []
2021-05-30 13:31:34 +02:00
}