System_Dialogowy_Janet/default_state.json

29 lines
640 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": ""
},
2021-05-31 00:01:31 +02:00
"request_information":{
"doctor": "",
"datetime": "",
"appointment": "",
"appointment/type": ""
2021-05-30 14:45:42 +02:00
}
},
"request_state": {},
"terminated": false,
"history": []
2021-05-30 13:31:34 +02:00
}